From 5ea3375d4cbed6802a904574ad501ad42983f4eb Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Jan 2014 15:19:38 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index aa61842b..de434ea3 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -76,6 +76,7 @@ class Pman_Core_NotifySend extends Pman function get($id,$opts) { + print_r('run');exit; if ($opts['DB_DataObject-debug']) { DB_DataObject::debugLevel($opts['DB_DataObject-debug']); } @@ -173,7 +174,7 @@ class Pman_Core_NotifySend extends Pman // this may modify $p->email. (it will not update it though) $email = $this->makeEmail($o, $p, $last, $w, $force); - print_r($email);exit; + if ($email === true) { -- 2.39.2