NotifySend.php
authorEdward <edward@roojs.com>
Wed, 26 Jun 2013 04:30:29 +0000 (12:30 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Jun 2013 04:30:29 +0000 (12:30 +0800)
NotifySend.php

index 20750de..510b9bc 100644 (file)
@@ -99,7 +99,7 @@ class Pman_Core_NotifySend extends Pman
         }
         
         $sent = preg_match('/^0000/', $w->sent) ? false : true;
-        print_r($sent);exit;
+        
         if (!$force && (!empty($w->msgid) || $sent)) {
             $ww = clone($w);
             if (!$sent) {