NotifySend.php
authorEdward <edward@roojs.com>
Thu, 22 Jan 2015 08:25:38 +0000 (16:25 +0800)
committerEdward <edward@roojs.com>
Thu, 22 Jan 2015 08:25:38 +0000 (16:25 +0800)
NotifySend.php

index f4902fa..4cccd2c 100644 (file)
@@ -232,7 +232,6 @@ class Pman_Core_NotifySend extends Pman
         // --send-to=test@xxx.com
        
         if (!empty($email['send-to'])) {
-            print_r($email);exit;
             $p->email = $email['send-to'];
         }
          if (!empty($opts['send-to'])) {