mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Removed some debug traces
This commit is contained in:
parent
c11a81dbef
commit
dc86f73538
@ -383,15 +383,15 @@ foreach ($contents as $content) {
|
|||||||
|
|
||||||
$data["module"] = io_safe_output_xml (db_get_value ('nombre', 'tagente_modulo', 'id_agente_modulo', $content['id_agent_module']));
|
$data["module"] = io_safe_output_xml (db_get_value ('nombre', 'tagente_modulo', 'id_agente_modulo', $content['id_agent_module']));
|
||||||
$data["agent"] = io_safe_output_xml (modules_get_agentmodule_agent_name ($content['id_agent_module']));
|
$data["agent"] = io_safe_output_xml (modules_get_agentmodule_agent_name ($content['id_agent_module']));
|
||||||
html_debug_print($content, true);
|
|
||||||
$graph = db_get_row ("tgraph", "id_graph", $content['id_gs']);
|
$graph = db_get_row ("tgraph", "id_graph", $content['id_gs']);
|
||||||
$data["title"] = __('Custom graph');
|
$data["title"] = __('Custom graph');
|
||||||
$data["objdata"] = array();
|
$data["objdata"] = array();
|
||||||
html_debug_print($graph, true);
|
|
||||||
$result = db_get_all_rows_field_filter ("tgraph_source","id_graph",$content['id_gs']);
|
$result = db_get_all_rows_field_filter ("tgraph_source","id_graph",$content['id_gs']);
|
||||||
$modules = array ();
|
$modules = array ();
|
||||||
$weights = array ();
|
$weights = array ();
|
||||||
html_debug_print($result, true);
|
|
||||||
if ($result === false) {
|
if ($result === false) {
|
||||||
$result = array();
|
$result = array();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user