alecpl
2012-01-05 c21d7fa7876d2160c3771e892be4a6e06cc143e3
- Update timezone in user prefs too (#1488291)


1 files modified
5 ■■■■■ changed files
program/include/rcube_config.php 5 ●●●●● patch | view | raw | blame | history
program/include/rcube_config.php
@@ -219,6 +219,11 @@
            }
        }
        // convert user's timezone into the new format
        if (is_numeric($prefs['timezone'])) {
            $prefs['timezone'] = timezone_name_from_abbr('', $prefs['timezone'] * 3600, 0);
        }
        $this->userprefs = $prefs;
        $this->prop      = array_merge($this->prop, $prefs);