X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;fp=DataObjects%2FCore_notify_recur.php;h=71193e80302d433d9251a6b3dae8a860bb44595c;hp=54bf926e427ce77e9a46b4bf86e834596bec5699;hb=07fed1449622c9cb1a829f5b4bceb2e80ece2509;hpb=19cef84970b11a6a8af8abe00fbbdaed9e0a9ca2 diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 54bf926e..71193e80 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -146,7 +146,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject $notifytimes = $this->notifyTimes(2); - print_R($notifytimes);exit; + //print_R($notifytimes); $newSearch = DB_DataObject::factory('core_notify'); $newSearch->whereAdd( 'act_start > NOW()');