From: edward Date: Wed, 13 Sep 2017 05:20:44 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3fb972473b4778371e820cff53377aa11c9b572c NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 16864b16..5b534868 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -204,7 +204,7 @@ class Pman_Core_NotifySend extends Pman $ev = $this->addEvent('NOTIFY', $w, "Notification event cleared (not required any more)" );; $ww = clone($w); - $w->sent = $w->sent == '0000-00-00 00:00:00' ? $w->sqlValue('NOW()') :$w->sent; // do not update if sent..... + $w->sent = (!$w->sent || $w->sent == '0000-00-00 00:00:00') ? $w->sqlValue('NOW()') :$w->sent; // do not update if sent..... $w->msgid = ''; $w->event_id = $ev->id; $w->update($ww);