Added macro for sql custom reports

This commit is contained in:
Luis Calvo 2019-07-19 10:07:39 +02:00
parent af8055212f
commit 38f1c45698
1 changed files with 1 additions and 1 deletions

View File

@ -5309,7 +5309,7 @@ function reporting_sql($report, $content)
$sql = io_safe_output($content['external_source']);
}
// Check if exist timeform macro
// Check if exist sql macro
$sql = reporting_sql_macro($report, $sql);
// Do a security check on SQL coming from the user.