From 11ed66a8483f653bcd217e6d8a95a9239bae21d5 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 28 Sep 2011 14:26:23 +0000 Subject: Unset auto timezone value if overwritten by user prefs git-svn-id: https://svn.roundcube.net/trunk@5288 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_config.php b/roundcubemail/program/include/rcube_config.php index 1c8e23733..338e07e4b 100644 --- a/roundcubemail/program/include/rcube_config.php +++ b/roundcubemail/program/include/rcube_config.php @@ -222,6 +222,8 @@ class rcube_config $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']; } + else if (isset($this->prop['_timezone_value'])) + unset($this->prop['_timezone_value']); } -- cgit v1.2.3