mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
fix errors pandora_enterprise#12293
This commit is contained in:
parent
dcb04a64ee
commit
0d58aaf44d
@ -342,8 +342,8 @@ sub pandora_purgedb ($$$) {
|
||||
$conf->{'_days_autodisable_deletion'} * 8600
|
||||
);
|
||||
|
||||
foreach my $agents_autodisable_to_delete (@agents_to_delete) {
|
||||
pandora_delete_agent($dbh, $agent_to_delete->{'id_agente'});
|
||||
foreach my $agent_autodisable_to_delete (@agents_autodisable_to_delete) {
|
||||
pandora_delete_agent($dbh, $agent_autodisable_to_delete->{'id_agente'});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user