From: Chris Date: Thu, 24 May 2012 04:19:13 +0000 (+0800) Subject: DataObjects/Core_notify_recur.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f46e5213a67a41d8e1d801e569085608f7f5f3be;p=Pman.Core DataObjects/Core_notify_recur.php --- diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 37b334c5..92a8bd24 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -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); - error_log($this->start); - error_log($this->end); + if (strtotime($this->start) > strtotime($this->end)) { return array(); // no data.. }