From aa9836224019ec670984685acf77cf39d85357be Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 2 Mar 2008 14:46:43 +0000 Subject: Minor bug fixes and visual enhancements --- program/include/rcube_html.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcube_html.inc') diff --git a/program/include/rcube_html.inc b/program/include/rcube_html.inc index d5067cd40..d23760ade 100644 --- a/program/include/rcube_html.inc +++ b/program/include/rcube_html.inc @@ -636,7 +636,7 @@ class select extends rcube_form_element $value_str = $this->_conv_case(' value="%s"', 'attrib'); if (!is_array($select)) - $select = array((string)$select); + $select = array($select); foreach ($this->options as $option) { -- cgit v1.2.3