#10994 resolve conflict

This commit is contained in:
miguel angel rasteu 2023-05-22 16:05:11 +02:00
parent 404c606243
commit 0391e83c32
1 changed files with 1 additions and 1 deletions

View File

@ -2130,7 +2130,7 @@ function html_print_extended_select_for_time(
$fields[$selected] = human_time_description_raw($selected, true);
}
// hd(is_int($selected));
hd(is_int($selected));
if (empty($nothing) === true && (is_int($selected) === true)) {
$selected = 300;
}