From 4f2fd045790ce2face852ed87fb5039a765cc78e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Mar 2016 15:59:21 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index b22f97c..b1d6f45 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -190,7 +190,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo DISTINCT(Events.action) AS action "); $ar = $events->fetchAll('action'); - echo implode("\n", $ar); + echo implode(",", $ar); echo "\n"; exit; -- 2.39.2