From: edward Date: Mon, 28 May 2018 03:52:16 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=006e76ed39eb8456e5dbfe80fb82af9d22c9ea9f NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 7fe712ce..763c7b84 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -462,7 +462,7 @@ class Pman_Core_NotifySend extends Pman $ev = $this->addEvent($successEventName, $w, "{$w->to_email} - {$email['headers']['Subject']}"); $ev->writeEventLog($this->debug_str); - + print_R('test??');exit; if(strtotime($w->act_when) > strtotime("NOW")){ $w->act_when = date('Y-m-d H:i:s'); }