remove all 'or die(mysql_errno())'

This commit is contained in:
xiaomlove
2021-06-15 10:35:13 +08:00
parent ab8069ad74
commit 7727ffc970
8 changed files with 55 additions and 52 deletions

View File

@@ -967,6 +967,9 @@ function docleanup($forceAll = 0, $printProgress = false) {
}
$log = 'Full cleanup is done';
do_log($log);
if ($printProgress) {
printProgress($log);
}
return $log;
}
?>