From: Chris S. <too...@ph...> - 2009-07-18 10:02:47
|
Author: toonarmy Date: Sat Jul 18 10:02:06 2009 New Revision: 9777 Log: #42925 Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/functions.php (original) --- branches/phpBB-3_0_0/phpBB/includes/functions.php Sat Jul 18 10:02:06 2009 *************** *** 1164,1170 **** if (is_numeric($offset)) { $selected = ($offset == $default) ? ' selected="selected"' : ''; ! $tz_select .= '<option title="'.$zone.'" value="' . $offset . '"' . $selected . '>' . $zone_trunc . '</option>'; } } --- 1164,1170 ---- if (is_numeric($offset)) { $selected = ($offset == $default) ? ' selected="selected"' : ''; ! $tz_select .= '<option title="' . $zone . '" value="' . $offset . '"' . $selected . '>' . $zone_trunc . '</option>'; } } |