The user's time zone selection (from My Account) is actually used now HEAD
authorDirk Haun <dirk@haun-online.de>
Sun Sep 20 19:11:47 2009 +0200 (4 months ago)
branchHEAD
changeset 7433a8de0db60197
parent 74323125f1336c8c
child 7434aa322b3c4d3d
The user's time zone selection (from My Account) is actually used now
public_html/docs/history
public_html/lib-common.php
     1.1 --- a/public_html/docs/history	Sun Sep 20 19:07:20 2009 +0200
     1.2 +++ b/public_html/docs/history	Sun Sep 20 19:11:47 2009 +0200
     1.3 @@ -3,6 +3,7 @@
     1.4  Oct ??, 2009 (1.6.1)
     1.5  ------------
     1.6  
     1.7 +- The user's time zone selection (from My Account) is actually used now [Dirk]
     1.8  - Modernized the "timezone hack", made the config option a dropdown, and moved
     1.9    all timezone-related code into a new TimeZoneConfig class [Dirk]
    1.10  - Changing the Post Mode in Advanced Editor mode selected the wrong tab
     2.1 --- a/public_html/lib-common.php	Sun Sep 20 19:07:20 2009 +0200
     2.2 +++ b/public_html/lib-common.php	Sun Sep 20 19:11:47 2009 +0200
     2.3 @@ -236,6 +236,7 @@
     2.4  */
     2.5  
     2.6  require_once( $_CONF['path_system'] . 'lib-sessions.php' );
     2.7 +TimeZoneConfig::setUserTimeZone();
     2.8  
     2.9  /**
    2.10  * Ulf Harnhammar's kses class