From 160208c431779cd124dc576478f4d5c32a6dfc72 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 14 Sep 2018 09:55:38 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 38afd5a..4845858 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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 -- 2.39.2