SQL query do not need to be cleaned

This commit is contained in:
ismael.moreno 2020-10-01 18:56:16 +02:00
parent 7daf37ab35
commit d7845fa430

View File

@ -5301,7 +5301,7 @@ function reporting_sql($report, $content)
) )
); );
} else { } else {
$sql = io_safe_output($content['external_source']); $sql = $content['external_source'];
} }
// Check if exist sql macro // Check if exist sql macro