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

index c4d393c..e047c83 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;
+        print_r($start);exit;
         if (strtotime($start) > strtotime($end)) {
             return array(); // no data..
         }