DataObjects/Core_notify_recur.php
authorEdward <edward@roojs.com>
Mon, 4 May 2015 08:49:44 +0000 (16:49 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 08:49:44 +0000 (16:49 +0800)
DataObjects/Core_notify_recur.php

index e090229..5c9f471 100644 (file)
@@ -166,13 +166,14 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
                 unset($old[$time]);
                 continue;
             }
                 unset($old[$time]);
                 continue;
             }
+            print_R($time);exit;
             if (strtotime($time) < time()) {
                 // will not get deleted..
                 //echo "SKIP BEFORE NOW";
                 unset($old[$time]);
                continue;
             }
             if (strtotime($time) < time()) {
                 // will not get deleted..
                 //echo "SKIP BEFORE NOW";
                 unset($old[$time]);
                continue;
             }
-            print_R($time);exit;
+            
             // do not have a notify event... creat it..
             $add = DB_DataObject::factory('core_notify');
             $add->setFrom(array(
             // do not have a notify event... creat it..
             $add = DB_DataObject::factory('core_notify');
             $add->setFrom(array(