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

index 90d0dbd..0d25716 100644 (file)
@@ -170,10 +170,10 @@ class Pman_Core_NotifySend extends Pman
             $next_try_min = floor((time() - strtotime($last_event)) / 60) * 2;
         }
         $next_try = $next_try_min . ' MINUTES';
-         print_r('run');exit;
+         
         // this may modify $p->email. (it will not update it though)
         $email =  $this->makeEmail($o, $p, $last, $w, $force);
-        
+        print_r('run');exit;
         
         if ($email === true)  {