mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Fixed function report_value in reports
This commit is contained in:
parent
5ac947c2fd
commit
80b39782e4
@ -3774,7 +3774,7 @@ function reporting_agent_configuration($report, $content) {
|
|||||||
return reporting_check_structure_content($return);
|
return reporting_check_structure_content($return);
|
||||||
}
|
}
|
||||||
|
|
||||||
function reporting_value($report, $content, $type,$pdf) {
|
function reporting_value($report, $content, $type,$pdf=false) {
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
$return = array();
|
$return = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user