From bf3e4fd35c786bc64d5a8282e71e9718bdabd23f Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 24 May 2012 13:45:18 +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 2a7a2a21..b6d533b6 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 $w->find(true); $test = $w->fetchAll(); - $test = $this->notifytimes(2); + //$test = $this->notifytimes(2); foreach($test as $item){ error_log($item); } -- 2.39.2