Report/SendEventErrors.php
authorEdward <edward@roojs.com>
Fri, 14 Sep 2018 01:55:38 +0000 (09:55 +0800)
committerEdward <edward@roojs.com>
Fri, 14 Sep 2018 01:55:38 +0000 (09:55 +0800)
Report/SendEventErrors.php

index 38afd5a..4845858 100644 (file)
@@ -228,7 +228,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     
     function listTypes()
     {
-         $events = DB_DataObject::factory('Events');
+        $events = DB_DataObject::factory('Events');
         $events->selectAdd();
         $events->selectAdd("
             DISTINCT(Events.action) AS action
@@ -241,5 +241,10 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
     }
     
+    static function test_EVENT_ERRORS_REPORT($pg, $to)
+    {
+        
+    }
+    
     
 }
\ No newline at end of file