NotifySend.php
[Pman.Core] / NotifySend.php
index 2f5ad9d..2225095 100644 (file)
@@ -237,7 +237,7 @@ class Pman_Core_NotifySend extends Pman
         $p->email = trim($p->email);
         
         
-        //print_r($p);
+        print_r($p);
         require_once 'Validate.php';
         if (!Validate::email($p->email, true)) {
             $ev = $this->addEvent('NOTIFY', $w, "INVALID ADDRESS: " . $p->email);