diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-27 16:05:23 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-27 16:05:23 +0000 |
commit | 688ef7560a4c785ab5191ca2ff589c9361c459f6 (patch) | |
tree | 019d567d43f1e1db2495424191266d23f03a02a2 /phpBB/includes/functions.php | |
parent | 22c729c41b275d443e1ec3ffc9c6afc723b339ac (diff) | |
download | forums-688ef7560a4c785ab5191ca2ff589c9361c459f6.tar forums-688ef7560a4c785ab5191ca2ff589c9361c459f6.tar.gz forums-688ef7560a4c785ab5191ca2ff589c9361c459f6.tar.bz2 forums-688ef7560a4c785ab5191ca2ff589c9361c459f6.tar.xz forums-688ef7560a4c785ab5191ca2ff589c9361c459f6.zip |
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
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 614b5bbc64..5d12f9684c 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -687,7 +687,7 @@ function tz_select($default = '', $truncate = false) if ($truncate) { $zone_trunc = truncate_string($zone, 50, false, '...'); - } + } else { $zone_trunc = $zone; |