mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Using a different approach for the data updates (same as the schema updates)
git-svn-id: file:///svn/phpbb/trunk@6671 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -687,7 +687,7 @@ function tz_select($default = '', $truncate = false)
|
||||
if ($truncate)
|
||||
{
|
||||
$zone_trunc = truncate_string($zone, 50, false, '...');
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$zone_trunc = $zone;
|
||||
|
Reference in New Issue
Block a user