From 27564f1a22d42cdcdb1d2972ca79cc537876c44c Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 28 Feb 2008 21:52:57 +0000 Subject: Add IMAP test and some more options to installer script --- program/include/rcube_html.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/include/rcube_html.inc b/program/include/rcube_html.inc index 18983a15a..7c5c214ab 100644 --- a/program/include/rcube_html.inc +++ b/program/include/rcube_html.inc @@ -647,7 +647,7 @@ class select extends rcube_form_element $options_str .= sprintf("<%s%s%s>%s\n", $this->_conv_case('option', 'tag'), - !empty($option['value']) ? sprintf($value_str, Q($option['value'])) : '', + isset($option['value']) ? sprintf($value_str, Q($option['value'])) : '', $selected, Q($option['text'], 'strict', FALSE), $this->_conv_case('option', 'tag')); -- cgit v1.2.3