DataObjects/Core_watch.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 4 Dec 2012 14:55:50 +0000 (22:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 4 Dec 2012 14:55:50 +0000 (22:55 +0800)
DataObjects/Core_watch.php

index 65af2f5..7e4bebc 100644 (file)
@@ -187,7 +187,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
             
             // does this watch already have a flag...
             $nf = clone($n);
-            $nf->whereAdd("sent > '2000-01-01'");
+            $nf->whereAdd("sent ><'2000-01-01'");
             //$nf->whereAdd('sent < act_when');
             if ($nf->count()) {
                 // we have a item in the queue for that waiting to be sent..