From 7884e3857f65fa38209510b62cf726a4ab55e3d7 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 22 Oct 2023 12:04:10 +0700 Subject: [PATCH] Update functions.php --- library/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/functions.php b/library/includes/functions.php index d0cf9da4..3bd44069 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -695,9 +695,9 @@ function get_select ($select, $selected = null, $return_as = 'html', $first_opt class html_common { var $options = ''; - var $out = ''; var $attr = array(); var $cur_attr = null; + var $out = null; var $max_length = HTML_SELECT_MAX_LENGTH; var $selected = array();