X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=9f3907badb80daa65834ab1bf70908ce83617b9e;hp=2524a2afec4acdcd6d7476afb88f33f758ff518a;hb=4f23879ef836207936b8992a758d186851500de2;hpb=9f1f8a209dac85dfe69ceeffe8f649ca23ad03c6 diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 2524a2af..9f3907ba 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -86,6 +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);