forked from leftypol/leftypol
maintenance.php: fix typo
This commit is contained in:
parent
61c35ebe50
commit
386f9998e1
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ echo "Deleted $deleted_count expired antispam in $delta seconds!\n";
|
|||
$time_tot = $delta;
|
||||
$deleted_tot = $deleted_count;
|
||||
|
||||
$tot = number_format((float)$tot, 4, '.', '');
|
||||
$time_tot = number_format((float)$time_tot, 4, '.', '');
|
||||
modLog("Deleted $deleted_tot expired entries in {$time_tot}s with maintenance tool");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue