Aleksander Machniak
2012-08-08 10db0aaf3806686540aea4dcaeb0fa4faffebb8d
program/include/rcube_config.php
@@ -252,6 +252,11 @@
            $prefs['timezone'] = timezone_name_from_abbr('', $prefs['timezone'] * 3600, 0);
        }
        // larry is the new default skin :-)
        if ($prefs['skin'] == 'default') {
            $prefs['skin'] = 'larry';
        }
        $this->userprefs = $prefs;
        $this->prop      = array_merge($this->prop, $prefs);