From 1268a617d5cfad41e68ac25f4302917c65a0938c Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 16:49:44 +0800 Subject: [PATCH] DataObjects/Core_notify_recur.php --- DataObjects/Core_notify_recur.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index e090229a..5c9f4711 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -166,13 +166,14 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject unset($old[$time]); continue; } + print_R($time);exit; if (strtotime($time) < time()) { // will not get deleted.. //echo "SKIP BEFORE NOW"; unset($old[$time]); continue; } - print_R($time);exit; + // do not have a notify event... creat it.. $add = DB_DataObject::factory('core_notify'); $add->setFrom(array( -- 2.39.2