diff options
author | thomascube <thomas@roundcube.net> | 2008-03-03 21:48:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-03 21:48:53 +0000 |
commit | 97366b10798c6e3301c1d60d63d9091e83a1e6a7 (patch) | |
tree | 21178f1af329527714e051f77a9a2ae78ad620a5 /program | |
parent | 3b3ae6b0f4076115738edfc7e13101001bff2aac (diff) |
Also fix timezone dropdown for 0.1.-stable branch
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/settings/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index de411e76a..a0666cd9d 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -102,7 +102,7 @@ function rcmail_user_prefs_form($attrib) $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", $field_id, Q(rcube_label('timezone')), - $select_timezone->show($CONFIG['timezone'])); + $select_timezone->show((string)$CONFIG['timezone'])); } // daylight savings |