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
1 changed files with 0 additions and 1 deletions

View File

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