From 2531a39358c2299079c115b201bdda874640aef0 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 1 May 2001 13:08:32 +0000 Subject: Updated GMT - x hours text git-svn-id: file:///svn/phpbb/trunk@220 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/page_header.php') 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) { -- cgit v1.2.1