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
|
$conf->{'_days_autodisable_deletion'} * 8600
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach my $agents_autodisable_to_delete (@agents_to_delete) {
|
foreach my $agent_autodisable_to_delete (@agents_autodisable_to_delete) {
|
||||||
pandora_delete_agent($dbh, $agent_to_delete->{'id_agente'});
|
pandora_delete_agent($dbh, $agent_autodisable_to_delete->{'id_agente'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue