From 73590a055e97e0af8ae0385316f2384a16aed53b Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Jan 2014 15:34:23 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 22250952..51f32513 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -237,7 +237,7 @@ class Pman_Core_NotifySend extends Pman $p->email = trim($p->email); - print_r($p); + print_r($p);exit; require_once 'Validate.php'; if (!Validate::email($p->email, true)) { $ev = $this->addEvent('NOTIFY', $w, "INVALID ADDRESS: " . $p->email); -- 2.39.2