From 37daf8a717becad0122237221c0e4690995a10ff Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 19 Nov 2001 14:12:09 +0000 Subject: More language updates git-svn-id: file:///svn/phpbb/trunk@1368 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 41 +++++------------------------------------ 1 file changed, 5 insertions(+), 36 deletions(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 40db1edc0f..3f2424017a 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -773,48 +773,17 @@ function style_select($default_style, $select_name = "style", $dirname = "templa // function tz_select($default, $select_name = 'timezone') { - global $sys_timezone; + global $sys_timezone, $lang; - if(!isset($default)) + if( !isset($default) ) { $default == $sys_timezone; } $tz_select = ""; -- cgit v1.2.1