From aa9836224019ec670984685acf77cf39d85357be Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 02 Mar 2008 09:46:43 -0500 Subject: [PATCH] Minor bug fixes and visual enhancements --- program/include/rcube_html.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_html.inc b/program/include/rcube_html.inc index d5067cd..d23760a 100644 --- a/program/include/rcube_html.inc +++ b/program/include/rcube_html.inc @@ -636,7 +636,7 @@ $value_str = $this->_conv_case(' value="%s"', 'attrib'); if (!is_array($select)) - $select = array((string)$select); + $select = array($select); foreach ($this->options as $option) { -- Gitblit v1.9.1