From 549537b9d570ac70c16f4560b9efbafa293834db Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 10 May 2003 17:19:27 +0000 Subject: Returned to instantiation of ucp object ... perhaps this approach is better? Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh git-svn-id: file:///svn/phpbb/trunk@4003 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 74654dd197..c530328658 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -384,7 +384,7 @@ function tz_select($default = '') { if (is_numeric($offset)) { - $selected = ($offset === $default) ? ' selected="selected"' : ''; + $selected = ($offset == $default) ? ' selected="selected"' : ''; $tz_select .= ''; } } -- cgit v1.2.1