From: edward Date: Thu, 27 Oct 2016 02:42:25 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8fa163d362d423fd37f7bcbe103a61c296eb2339 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index bc29b8be..87049622 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -460,7 +460,10 @@ class Pman_Core_NotifySend extends Pman $ev->writeEventLog($this->debug_str); - $w->act_when = date('Y-m-d H:i:s'); + if(strtotime($w->act_when) > strtotime("NOW")){ + + } + $w->sent = date('Y-m-d H:i:s'); $w->msgid = $email['headers']['Message-Id']; $w->event_id = $ev->id; // sent ok.. - no need to record it..