mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added lost id to dynamic threshold select
This commit is contained in:
parent
6805dcf363
commit
8531e9847b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user