From: Edward Date: Fri, 14 Sep 2018 01:55:38 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=160208c431779cd124dc576478f4d5c32a6dfc72 Report/SendEventErrors.php --- 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