mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9777 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1164,7 +1164,7 @@ function tz_select($default = '', $truncate = false)
|
|||||||
if (is_numeric($offset))
|
if (is_numeric($offset))
|
||||||
{
|
{
|
||||||
$selected = ($offset == $default) ? ' selected="selected"' : '';
|
$selected = ($offset == $default) ? ' selected="selected"' : '';
|
||||||
$tz_select .= '<option title="'.$zone.'" value="' . $offset . '"' . $selected . '>' . $zone_trunc . '</option>';
|
$tz_select .= '<option title="' . $zone . '" value="' . $offset . '"' . $selected . '>' . $zone_trunc . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user