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

index aa61842..de434ea 100644 (file)
@@ -76,6 +76,7 @@ class Pman_Core_NotifySend extends Pman
    
     function get($id,$opts)
     {
+        print_r('run');exit;
         if ($opts['DB_DataObject-debug']) {
             DB_DataObject::debugLevel($opts['DB_DataObject-debug']);
         }
@@ -173,7 +174,7 @@ class Pman_Core_NotifySend extends Pman
          
         // this may modify $p->email. (it will not update it though)
         $email =  $this->makeEmail($o, $p, $last, $w, $force);
-        print_r($email);exit;
+        
         
         if ($email === true)  {