From: Alan Knowles Date: Wed, 26 Jun 2013 13:15:50 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=03c149887b8966707bbb137534a43b4d9aec02ca Notify.php --- diff --git a/Notify.php b/Notify.php index 2fa4af86..f7cbe576 100644 --- a/Notify.php +++ b/Notify.php @@ -166,7 +166,7 @@ class Pman_Core_Notify extends Pman // standard //$w->whereAdd('act_when > sent'); // eg.. sent is not valid.. - $w->whereAdd("sent < '1970-01-01'"); // eg.. sent is not valid.. + $w->whereAdd("sent < '1970-01-01' OR sent IS NULL"); // eg.. sent is not valid.. $w->whereAdd('act_start > NOW() - INTERVAL 14 DAY'); // ignore the ones stuck in the queue if (!$this->force) {