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

index 0fe046b..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 or send is null'");
+            $nf->whereAdd("sent < '2000-01-01'");
             if ($nf->count()) {
                 // we have a item in the queue for that waiting to be sent..
                 continue;