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

index 2031b2c..04d81a9 100644 (file)
@@ -150,7 +150,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
     function generateNotifications(){
         //$this->notifytimes(2);
         $test = $this->notifytimes(2);
-        error_log($test[0]);
+        error_log($test);
     }
     
 }