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

index b7f635c..20750de 100644 (file)
@@ -99,6 +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) {