From 006e76ed39eb8456e5dbfe80fb82af9d22c9ea9f Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 28 May 2018 11:52:16 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.2