[geeklog-cvs] geeklog: The user's time zone selection (from My Account) is act...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 1 04:05:52 EST 2009


changeset 7433:a8de0db60197
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a8de0db60197
user: Dirk Haun <dirk at haun-online.de>
date: Sun Sep 20 19:11:47 2009 +0200
description:
The user's time zone selection (from My Account) is actually used now

diffstat:

 public_html/docs/history   |  1 +
 public_html/lib-common.php |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 3125f1336c8c -r a8de0db60197 public_html/docs/history
--- a/public_html/docs/history	Sun Sep 20 19:07:20 2009 +0200
+++ b/public_html/docs/history	Sun Sep 20 19:11:47 2009 +0200
@@ -3,6 +3,7 @@
 Oct ??, 2009 (1.6.1)
 ------------
 
+- The user's time zone selection (from My Account) is actually used now [Dirk]
 - Modernized the "timezone hack", made the config option a dropdown, and moved
   all timezone-related code into a new TimeZoneConfig class [Dirk]
 - Changing the Post Mode in Advanced Editor mode selected the wrong tab
diff -r 3125f1336c8c -r a8de0db60197 public_html/lib-common.php
--- a/public_html/lib-common.php	Sun Sep 20 19:07:20 2009 +0200
+++ b/public_html/lib-common.php	Sun Sep 20 19:11:47 2009 +0200
@@ -236,6 +236,7 @@
 */
 
 require_once( $_CONF['path_system'] . 'lib-sessions.php' );
+TimeZoneConfig::setUserTimeZone();
 
 /**
 * Ulf Harnhammar's kses class



More information about the geeklog-cvs mailing list