2011-08-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: fixed the clean $id_agent var for each iteration. Fixes: #3400111 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4835 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b5d4a768a7
commit
4f5d5ead37
|
@ -1,3 +1,10 @@
|
|||
2011-08-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_visual_map.php: fixed the clean $id_agent var for
|
||||
each iteration.
|
||||
|
||||
Fixes: #3400111
|
||||
|
||||
2011-08-29 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/massive/massive_add_alerts.php: Added group recursion
|
||||
|
|
|
@ -467,6 +467,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, $draw_line
|
|||
|
||||
if ($layout_datas !== false) {
|
||||
foreach ($layout_datas as $layout_data) {
|
||||
$id_agent = 0;
|
||||
$layout_data['label'] = io_safe_output($layout_data['label']);
|
||||
// ****************************************************************
|
||||
// Get parent status (Could be an agent, module, map, others doesnt have parent info)
|
||||
|
|
Loading…
Reference in New Issue