Update eventlog.inc.php

This commit is contained in:
laf
2014-03-29 23:51:13 +00:00
parent 02792176fa
commit 1a2a42d86a

View File

@ -4,7 +4,7 @@ $param = array();
if ($vars['action'] == "expunge" && $_SESSION['userlevel'] >= '10')
{
dbQuery("TRUNCATE TABLE `bill_history`");
dbQuery("TRUNCATE TABLE `eventlog`");
print_message("Event log truncated");
}