From: Edward Date: Thu, 2 Jan 2014 07:34:53 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2980a658e4f5fd23ca4d331e3659a8bab7e308be;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 51f32513..bb0085fd 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -237,7 +237,6 @@ class Pman_Core_NotifySend extends Pman $p->email = trim($p->email); - print_r($p);exit; require_once 'Validate.php'; if (!Validate::email($p->email, true)) { $ev = $this->addEvent('NOTIFY', $w, "INVALID ADDRESS: " . $p->email);