DataObjects/Core_notify_recur.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 04:20:10 +0000 (12:20 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 04:20:10 +0000 (12:20 +0800)
DataObjects/Core_notify_recur.php

index 92a8bd2..cae82c9 100644 (file)
@@ -58,12 +58,12 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
     
     function notifytimes($advance)
     {
-        error_log($this->start);
-        error_log($this->end);
+        
         // make a list of datetimes when notifies need to be generated for.
         // it starts 24 hours ago.. or when dtstart
-        list($this->start, $this->end) = $this->notifytimesRange($advance);
-        
+        $this->notifytimesRange($advance);
+        error_log($this->start);
+        error_log($this->end);
         if (strtotime($this->start) > strtotime($this->end)) {
             return array(); // no data..
         }