X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=8f1a787d479224a229863594d22a9ef4119adf26;hp=9f3907badb80daa65834ab1bf70908ce83617b9e;hb=b481fb8b33d63f025453eadb23c558d11e8a6212;hpb=4f23879ef836207936b8992a758d186851500de2 diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 9f3907ba..8f1a787d 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -86,7 +86,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject if (strtotime($start) > strtotime($end)) { return array(); // no data.. } - print_R('run');exit; + $ret = array(); $hours = empty($this->freq_hour) ? array() : array_unique(json_decode($this->freq_hour)); $days = empty($this->freq_day) ? array() : json_decode($this->freq_day);