1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@6669 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher
2006-11-27 12:56:35 +00:00
parent 07f860826f
commit 883bfbf981
2 changed files with 2 additions and 2 deletions

View File

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