1
0
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:
Meik Sievertsen
2006-11-27 16:05:23 +00:00
parent 22c729c41b
commit 688ef7560a
3 changed files with 21 additions and 26 deletions

View File

@@ -687,7 +687,7 @@ function tz_select($default = '', $truncate = false)
if ($truncate)
{
$zone_trunc = truncate_string($zone, 50, false, '...');
}
}
else
{
$zone_trunc = $zone;