From d7845fa430e017bee5718c1784c6d00c5e857fa0 Mon Sep 17 00:00:00 2001 From: "ismael.moreno" Date: Thu, 1 Oct 2020 18:56:16 +0200 Subject: [PATCH] SQL query do not need to be cleaned --- pandora_console/include/functions_reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index a27be4f530..6aac5a04df 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5301,7 +5301,7 @@ function reporting_sql($report, $content) ) ); } else { - $sql = io_safe_output($content['external_source']); + $sql = $content['external_source']; } // Check if exist sql macro