1
1
Fork 0

dbclean.php mustn't be stopped via "killme"

This commit is contained in:
Michael 2016-10-26 05:57:11 +00:00
parent 967ecb4205
commit 86adaddca4

View file

@ -27,7 +27,6 @@ function dbclean_run(&$argv, &$argc) {
$stage = 0; $stage = 0;
} }
remove_orphans($stage); remove_orphans($stage);
killme();
} }
/** /**