1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

further checks on maximum storage length

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8667 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-06-21 16:05:02 +00:00
parent b8647dc952
commit 11f27bee84
4 changed files with 43 additions and 20 deletions

View File

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