Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2012 11:08:01 +0000 (19:08 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Sep 2012 11:08:01 +0000 (19:08 +0800)
Notify.php

index 84d3c4a..319f678 100644 (file)
@@ -121,7 +121,7 @@ class Pman_Core_Notify extends Pman
             // standard
             
             $w->whereAdd('act_when > sent'); // eg.. sent is not valid..
-            $w->whereAdd('act_start > NOW() - INTERVAL 14 DAYS'); // ignore the ones stuck in the queue
+            $w->whereAdd('act_start > NOW() - INTERVAL 14 DAY'); // ignore the ones stuck in the queue
             if (!$this->force) {
                 $w->whereAdd('act_when < NOW()'); // eg.. not if future..
             }