From b532d8ba8a1a31c996eb7cd4f873a7de3ff4dce0 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 16:41:57 +0800 Subject: [PATCH] DataObjects/Core_notify_recur.php --- DataObjects/Core_notify_recur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 2524a2af..a04a2dd6 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -149,7 +149,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject $newSearch->recur_id = $this->id; $old = $newSearch->fetchAll('act_start', 'id'); // returns array('2012-12-xx'=>12, 'date' => id....) - + print_R($old);exit; foreach($notifytimes as $time){ -- 2.39.2