From 9f1f8a209dac85dfe69ceeffe8f649ca23ad03c6 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 16:45:50 +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 e047c837..2524a2af 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($start);exit; + if (strtotime($start) > strtotime($end)) { return array(); // no data.. } -- 2.39.2