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

index 6e3cade..d6d742e 100644 (file)
@@ -151,10 +151,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->dtstart);
+            $this = clone($w);
+            error_log($this->dtstart);
         }
 //        foreach($test as $item){
 //            error_log($item);