From 8531e9847bab8c0b2c4afaf4d30038957dad49d3 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Tue, 18 Apr 2017 17:46:50 +0200 Subject: [PATCH] Added lost id to dynamic threshold select --- pandora_console/include/functions_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 2af6eebf8e..d94a2bfde7 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -737,7 +737,7 @@ function html_print_extended_select_for_time ($name, $selected = '', if (!is_user_admin($config['id_user'])) { unset($fields[-1]); - $returnString = html_print_select ($fields, $name, $selected,"" . $script, + $returnString = html_print_select ($fields, $name . '_select', $selected,"" . $script, $nothing, $nothing_value, true, false, false, '', false, 'font-size: xx-small;'.$select_style); if ($return) {