NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 03:05:35 +0000 (11:05 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 03:05:35 +0000 (11:05 +0800)
NotifySend.php

index db4dbdd..0f46523 100644 (file)
@@ -173,7 +173,7 @@ class Pman_Core_NotifySend extends Pman
         //$p->email = 'alan@akbkhome.com'; //for testing..
         //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($opts['send-to'])) {
             $p->email = $opts['send-to'];
         }