DataObjects/Core_enum.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 4 Dec 2012 14:52:13 +0000 (22:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 4 Dec 2012 14:52:13 +0000 (22:52 +0800)
DataObjects/Person.php
Pman.Dialog.CoreNotifyRecur.bjs
DataObjects/Core_watch.php

DataObjects/Core_watch.php

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