NotifySend.php
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 06:03:20 +0000 (14:03 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 06:03:20 +0000 (14:03 +0800)
NotifySend.php

index f8d38e5..f83b436 100644 (file)
@@ -215,7 +215,7 @@ class Pman_Core_NotifySend extends Pman
         if (!empty($email['send-to'])) {
             $p->email = $email['send-to'];
         }
-        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);