DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2012 02:14:26 +0000 (10:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2012 02:14:26 +0000 (10:14 +0800)
DataObjects/Core_watch.php

index 569e93c..149bba3 100644 (file)
@@ -201,7 +201,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
             
             // does this watch already have a flag...
             $nf = clone($n);
             
             // 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..
             //$nf->whereAdd('sent < act_when');
             if ($nf->count()) {
                 // we have a item in the queue for that waiting to be sent..