Report/SendEventErrors.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:58:49 +0000 (15:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 07:58:49 +0000 (15:58 +0800)
Report/SendEventErrors.php

index 38d4391..d3ad137 100644 (file)
@@ -182,5 +182,19 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         
     }
     
+    function listTypes()
+    {
+            $events = DB_DataObject::factory('Events');
+        $events->selectAdd();
+        $events->selectAdd("
+            DISTINCT(Events.action) AS action
+        ");
+        $ar = $ev->fetchAll('action');
+        echo implode("\n", $ar);
+        echo "\n";
+        exit;
+        
+    }
+    
     
 }
\ No newline at end of file