X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=abcc32a5c0ef926d54ce52041afe7288398c5db7;hp=7e3a98b6de297c243798a97750d4050a48313f3a;hb=6c57ccba338a7c65b22031fd4c705f4d3ec4b159;hpb=e76f82a8d748698a8a66e19cf493adef6669c284 diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 7e3a98b6..abcc32a5 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -118,6 +118,8 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject $notifytimes = $this->notifyTimes(2); + print_R($notifytimes);exit; + $newSearch = DB_DataObject::factory('core_notify'); $newSearch->whereAdd( 'act_start > NOW()'); $newSearch->recur_id = $this->id;