From d5662b8bbfd70e88894eece91506b49ce50d4054 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 28 Sep 2011 14:41:04 +0000 Subject: This timezone stuff really is a hard one... git-svn-id: https://svn.roundcube.net/trunk@5289 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_config.php b/roundcubemail/program/include/rcube_config.php index 338e07e4b..01e678150 100644 --- a/roundcubemail/program/include/rcube_config.php +++ b/roundcubemail/program/include/rcube_config.php @@ -220,7 +220,7 @@ class rcube_config // override timezone settings with client values if ($this->prop['timezone'] == 'auto') { $this->prop['_timezone_value'] = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : $this->prop['_timezone_value']; - $this->prop['dst_active'] = isset($_SESSION['dst_active']) ? $_SESSION['dst_active'] : $this->prop['dst_active']; + $this->prop['dst_active'] = $this->userprefs['dst_active'] = isset($_SESSION['dst_active']) ? $_SESSION['dst_active'] : $this->prop['dst_active']; } else if (isset($this->prop['_timezone_value'])) unset($this->prop['_timezone_value']); -- cgit v1.2.3