summaryrefslogtreecommitdiffstats
path: root/modules-available/eventlog/hooks/cron.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/eventlog/hooks/cron.inc.php')
-rw-r--r--modules-available/eventlog/hooks/cron.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/eventlog/hooks/cron.inc.php b/modules-available/eventlog/hooks/cron.inc.php
index 027acf87..180bafd3 100644
--- a/modules-available/eventlog/hooks/cron.inc.php
+++ b/modules-available/eventlog/hooks/cron.inc.php
@@ -1,5 +1,5 @@
<?php
if (mt_rand(1, 10) === 1) {
- Database::exec("DELETE FROM eventlog WHERE (UNIX_TIMESTAMP() - dateline) > 86400 * 190");
-} \ No newline at end of file
+ Database::exec("DELETE FROM eventlog WHERE (UNIX_TIMESTAMP() - 86400 * 190) > dateline");
+}