mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Revert "Fixed traces"
This reverts commit 173efae22d0a97ab727299a9bb7707521933190e
This commit is contained in:
parent
319db7709a
commit
86a5599aad
@ -3848,6 +3848,9 @@ function reporting_value($report, $content, $type,$pdf) {
|
|||||||
$return['agent_name'] = $agent_name;
|
$return['agent_name'] = $agent_name;
|
||||||
$return['module_name'] = $module_name;
|
$return['module_name'] = $module_name;
|
||||||
|
|
||||||
|
html_debug($pdf,true);
|
||||||
|
html_debug($only_image,true);
|
||||||
|
|
||||||
if($pdf){
|
if($pdf){
|
||||||
$only_image = 1;
|
$only_image = 1;
|
||||||
}
|
}
|
||||||
|
@ -185,6 +185,7 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend,
|
|||||||
include_javascript_dependencies_flot_graph();
|
include_javascript_dependencies_flot_graph();
|
||||||
|
|
||||||
$menu = (int)$menu;
|
$menu = (int)$menu;
|
||||||
|
html_debug($legend);
|
||||||
// Get a unique identifier to graph
|
// Get a unique identifier to graph
|
||||||
$graph_id = uniqid('graph_');
|
$graph_id = uniqid('graph_');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user