From 0fef339a13045538eda2efdc92482d281ea160c3 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 17 Sep 2018 16:54:47 +0200 Subject: [PATCH] Bugfix --- pandora_console/include/functions_visual_map_editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 675272a7f8..7994dd2f19 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -727,7 +727,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { return $arr; }, array()); - $form_items_advance['map_linked_row']['html'] .= html_print_select_from_sql( + $form_items_advance['map_linked_row']['html'] .= html_print_select( array(), 'map_linked', 0, 'onLinkedMapChange(event)', __('None'), 0, true ); $form_items_advance['map_linked_row']['html'] .= html_print_input_hidden( @@ -773,7 +773,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { $form_items_advance['map_linked_row']['html'] .= ob_get_clean(); } else { - $form_items_advance['map_linked_row']['html'] .= html_print_select_from_sql( + $form_items_advance['map_linked_row']['html'] .= html_print_select( $visual_maps, 'map_linked', 0, 'onLinkedMapChange(event)', __('None'), 0, true ); }