From 0b46ecaa999ce0ad879de4ba6b5bc267a818347d Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 16:45:37 +0800 Subject: [PATCH] DataObjects/Core_notify_recur.php --- DataObjects/Core_notify_recur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index c4d393c4..e047c837 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -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.. } -- 2.39.2