NotifySend.php
authoredward <edward@roojs.com>
Mon, 28 May 2018 03:52:16 +0000 (11:52 +0800)
committeredward <edward@roojs.com>
Mon, 28 May 2018 03:52:16 +0000 (11:52 +0800)
NotifySend.php

index 7fe712c..763c7b8 100644 (file)
@@ -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');
                 }