aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-16 23:46:37 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-16 23:46:37 +0000
commit07d7486389cc396a0867b80ebab105d864e46557 (patch)
tree34be97ee78844d08edcaf1f0fe8b2e6af50cf63c /phpBB/includes/functions_display.php
parent348edb41d91c86fbaf670e3cb4b78cdd7fb907c7 (diff)
downloadforums-07d7486389cc396a0867b80ebab105d864e46557.tar
forums-07d7486389cc396a0867b80ebab105d864e46557.tar.gz
forums-07d7486389cc396a0867b80ebab105d864e46557.tar.bz2
forums-07d7486389cc396a0867b80ebab105d864e46557.tar.xz
forums-07d7486389cc396a0867b80ebab105d864e46557.zip
#7110
git-svn-id: file:///svn/phpbb/trunk@6890 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index ab44baf944..73d52a5fdf 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -709,7 +709,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
if ($topic_row['poll_start'])
{
- $topic_type .= $user->lang['VIEW_TOPIC_POLL'];
+ $topic_type = $user->lang['VIEW_TOPIC_POLL'];
}
}