From b0f2483d6a334aac38d6e01825d26bb25e283c6d Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 2 Mar 2008 14:46:43 +0000 Subject: Minor bug fixes and visual enhancements git-svn-id: https://svn.roundcube.net/trunk@1167 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_html.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_html.inc b/roundcubemail/program/include/rcube_html.inc index d5067cd40..d23760ade 100644 --- a/roundcubemail/program/include/rcube_html.inc +++ b/roundcubemail/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