NotifySend.php
authorEdward <edward@roojs.com>
Mon, 19 Jan 2015 09:39:58 +0000 (17:39 +0800)
committerEdward <edward@roojs.com>
Mon, 19 Jan 2015 09:39:58 +0000 (17:39 +0800)
NotifySend.php

index 4cccd2c..4252d84 100644 (file)
@@ -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)) {