NotifySend.php
[Pman.Core] / 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)) {