From: Alan Knowles Date: Wed, 10 Jul 2013 11:55:44 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0c916eadcf6f69944e476ebaf79548ced23601b8 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 1271eee8..2ff9c4c8 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -150,7 +150,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject break; case 'FAILED'; - $this->whereAdd("msg_id = '' AND event_id > 0 act_when < NOW()"); + $this->whereAdd("msg_id = '' AND event_id > 0 AND act_when < NOW()"); break; case 'PENDING';