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

index d6e7bed..f4902fa 100644 (file)
@@ -227,11 +227,12 @@ class Pman_Core_NotifySend extends Pman
             
         }
         //$p->email = 'alan@akbkhome.com'; //for testing..
-        print_r($email);exit;
+        //print_r($email);exit;
         // should we fetch the watch that caused it.. - which should contain the method to call..
         // --send-to=test@xxx.com
        
         if (!empty($email['send-to'])) {
+            print_r($email);exit;
             $p->email = $email['send-to'];
         }
          if (!empty($opts['send-to'])) {