diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index ae7693a835..dadad10b32 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -12090,11 +12090,9 @@ function reporting_label_macro($item, $label) * @param string $sql * @return $ql */ - - -function reporting_sql_macro($report, $sql) +function reporting_sql_macro(array $report, string $sql): string { - if (preg_match('/_timefrom/', $sql)) { + if (preg_match('/_timefrom_/', $sql)) { $sql = str_replace( '_timefrom_', $report['datetime'],