From 56c6f78cb785b7699fb19fac37bf195a7a5dd81b Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Jan 2014 15:31:23 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/NotifySend.php b/NotifySend.php index 8c5d567e..e0a8f9ed 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -173,6 +173,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