From 97366b10798c6e3301c1d60d63d9091e83a1e6a7 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 3 Mar 2008 21:48:53 +0000 Subject: Also fix timezone dropdown for 0.1.-stable branch --- program/steps/settings/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("%s\n", $field_id, Q(rcube_label('timezone')), - $select_timezone->show($CONFIG['timezone'])); + $select_timezone->show((string)$CONFIG['timezone'])); } // daylight savings -- cgit v1.2.3