From 0bc39cffc982550cf0f7861640120246818e1ec6 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 7 Jul 2011 15:19:17 +0000 Subject: [PATCH] 2011-07-07 Juan Manuel Ramon * include/functions_graph.php: Fixed graphs on Visual console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4527 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_graph.php | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 607d23ef51..756284fbf3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-07-07 Juan Manuel Ramon + + * include/functions_graph.php: Fixed graphs on Visual console. + 2011-07-07 Juan Manuel Ramon * include/functions_visual_map.php: Added links to service items diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 8373464a42..a713eeaf14 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -34,8 +34,6 @@ function grafico_modulo_sparse2 ($agent_module_id, $period, $show_events, global $config; global $graphic_type; - include_flash_chart_script($homeurl); - // Set variables if ($date == 0) $date = get_system_time(); $datelimit = $date - $period;