From 71b6acd8d41efc062613f12af5d7f6a921095335 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 19 Jan 2015 17:39:58 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 4cccd2cc..4252d849 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -239,7 +239,7 @@ class Pman_Core_NotifySend extends Pman } // since some of them have spaces?!?! $p->email = trim($p->email); - + print_R($p->email);exit; require_once 'Validate.php'; if (!Validate::email($p->email, true)) { -- 2.39.2