NotifySend.php
authorEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:34:23 +0000 (15:34 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:34:23 +0000 (15:34 +0800)
NotifySend.php

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