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

index e833ace..65af2f5 100644 (file)
@@ -103,7 +103,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
             $nn->person_id = $w->person_id;
             
             $nf = clone($nn);
-            $nf->whereAdd("sent > '2000-01-01'");
+            $nf->whereAdd("sent < '2000-01-01'");
             if ($nf->count()) {
                 // we have a item in the queue for that waiting to be sent..
                 continue;