NotifySend.php
authorEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:34:17 +0000 (15:34 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:34:17 +0000 (15:34 +0800)
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);