diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-01 13:08:32 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-01 13:08:32 +0000 |
commit | 2531a39358c2299079c115b201bdda874640aef0 (patch) | |
tree | bc076b50a002ab32172cdbe7973c444f633734b8 /phpBB/includes | |
parent | e4cf961900e89863147ed2a35d5e70eb1fc506c0 (diff) | |
download | forums-2531a39358c2299079c115b201bdda874640aef0.tar forums-2531a39358c2299079c115b201bdda874640aef0.tar.gz forums-2531a39358c2299079c115b201bdda874640aef0.tar.bz2 forums-2531a39358c2299079c115b201bdda874640aef0.tar.xz forums-2531a39358c2299079c115b201bdda874640aef0.zip |
Updated GMT - x hours text
git-svn-id: file:///svn/phpbb/trunk@220 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/page_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 275cb674f8..b176211256 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -55,7 +55,7 @@ else // if($sys_timezone < 0) { - $s_timezone = "$l_all_times GMT $sys_timezone $l_hours"; + $s_timezone = "$l_all_times GMT - $sys_timezone $l_hours"; } else if($sys_timezone == 0) { |