DataObjects/Core_notify_recur.php
[Pman.Core] / DataObjects / Core_notify_recur.php
index a04a2dd..c4d393c 100644 (file)
@@ -82,7 +82,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         // it starts 24 hours ago.. or when dtstart
         
         list($start, $end) = $this->notifytimesRange($advance);
-        
+        print_r($this->notifytimesRange($advance));exit;
         if (strtotime($start) > strtotime($end)) {
             return array(); // no data..
         }
@@ -149,7 +149,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         $newSearch->recur_id = $this->id;
         $old = $newSearch->fetchAll('act_start', 'id');
         // returns array('2012-12-xx'=>12, 'date' => id....)
-        print_R($old);exit;
+
         
         
         foreach($notifytimes as $time){