From 4a5f8be8594b142cc49ab51d9ef7d12e1d6a79b1 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 19 Apr 2023 13:34:04 +0200 Subject: [PATCH] fix hd pandora_enterprise#11006 --- pandora_console/include/functions_html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 8aa6a2f6bd..418804dcab 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -2130,7 +2130,6 @@ function html_print_extended_select_for_time( $fields[$selected] = human_time_description_raw($selected, true); } - hd(is_int($selected)); if (empty($nothing) === true && (is_int($selected) === true)) { $selected = 300; }