From 97366b10798c6e3301c1d60d63d9091e83a1e6a7 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 03 Mar 2008 16:48:53 -0500
Subject: [PATCH] Also fix timezone dropdown for 0.1.-stable branch

---
 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 de411e7..a0666cd 100644
--- a/program/steps/settings/func.inc
+++ b/program/steps/settings/func.inc
@@ -102,7 +102,7 @@
     $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

--
Gitblit v1.9.1