X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=c4d393c4c7f3084baee81cb7e700d1f01339cea0;hb=be7666f1e8a6a7f21f4ac65a7065375d3ec2b0b0;hp=df6e639d77a5a65f945cb7479e84dc67a10a26f2;hpb=eb8098afa5485a5d5d0ade204e1ccfdb3931a9ee;p=Pman.Core diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index df6e639d..c4d393c4 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; if (strtotime($start) > strtotime($end)) { return array(); // no data.. } @@ -142,7 +142,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject $notifytimes = $this->notifyTimes(2); - ////print_R($notifytimes); + print_R($notifytimes);exit; $newSearch = DB_DataObject::factory('core_notify'); $newSearch->whereAdd( 'act_start > NOW()');