summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-02 14:46:43 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-02 14:46:43 +0000
commitb0f2483d6a334aac38d6e01825d26bb25e283c6d (patch)
treeadeb2917816851283245d46cdf46e6255686906d /roundcubemail/program/include
parentd0e379928e142e4df98b095d0ae2a41c8b64ccd1 (diff)
Minor bug fixes and visual enhancements
git-svn-id: https://svn.roundcube.net/trunk@1167 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcube_html.inc2
1 files changed, 1 insertions, 1 deletions
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)
{