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;