From 0e94de6dae93ba12459c56af7ec78fd962d36ed9 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 24 May 2012 12:25:53 +0800 Subject: [PATCH] DataObjects/Core_notify_recur.php --- DataObjects/Core_notify_recur.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 04d81a95..63e9945b 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -150,7 +150,10 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject function generateNotifications(){ //$this->notifytimes(2); $test = $this->notifytimes(2); - error_log($test); + foreach($test as $item){ + error_log($item); + } + } } -- 2.39.2