mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 {
|
} else {
|
||||||
$sql = io_safe_output($content['external_source']);
|
$sql = $content['external_source'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if exist sql macro
|
// Check if exist sql macro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user