mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
SQL query do not need to be cleaned
This commit is contained in:
parent
7daf37ab35
commit
d7845fa430
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user