DataObjects/Core_notify_recur.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 05:46:59 +0000 (13:46 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 05:46:59 +0000 (13:46 +0800)
DataObjects/Core_notify_recur.php

index b6d533b..59b7bc7 100644 (file)
@@ -150,6 +150,11 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         $test = $w->fetchAll();
         
         //$test = $this->notifytimes(2);
+        $test = array();
+        while($w->fetch()){
+            $test[] = clone($w);
+            error_log($w);
+        }
         foreach($test as $item){
             error_log($item);
         }