NotifySend.php
authorEdward <edward@roojs.com>
Wed, 29 Apr 2015 04:47:24 +0000 (12:47 +0800)
committerEdward <edward@roojs.com>
Wed, 29 Apr 2015 04:47:24 +0000 (12:47 +0800)
NotifySend.php

index 1f41de4..7a320ff 100644 (file)
@@ -243,7 +243,7 @@ class Pman_Core_NotifySend extends Pman
         // since some of them have spaces?!?!
         $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);