Prune.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Dec 2015 09:26:01 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Dec 2015 09:26:01 +0000 (17:26 +0800)
Prune.php

index 036b412..fd6cdba 100644 (file)
--- a/Prune.php
+++ b/Prune.php
@@ -83,7 +83,7 @@ class Pman_Core_Prune extends Pman
             $f->query("DELETE FROM Events where 
                   action = 'NOTIFY'
                   AND
-                  event_when < NOW() - INTERVAL 2 WEEK
+                  event_when < NOW() - INTERVAL 1 WEEK
                   AND
                   on_id = {$f->on_id}
                   AND