diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9c028cd9fb..a8c3db0f38 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-01-20 Esteban Sanchez + + * include/functions_visual_map.php: Fixed a notice when the node looks + for any monitor down in an agent. + 2009-01-20 Evi Vanoost * ajax.php, include/config.inc.php, include/config_process.php, diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 4ba0fb64ae..4201dfea56 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -60,6 +60,7 @@ function print_pandora_visual_map ($id_layout, $show_links = true, $draw_lines = AND utimestamp >= UNIX_TIMESTAMP() - %d))', $id_agent, $interval * 2); $status = get_db_sql ($sql); + $status_parent = $status; } }