aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-16 23:52:38 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-16 23:52:38 +0000
commitf4263042d53030fc2b9ed471c5144e41d0d9123e (patch)
tree4e7458516b5a0a5985e44a2e626c70b9b437ab38 /phpBB/includes/functions_display.php
parent07d7486389cc396a0867b80ebab105d864e46557 (diff)
downloadforums-f4263042d53030fc2b9ed471c5144e41d0d9123e.tar
forums-f4263042d53030fc2b9ed471c5144e41d0d9123e.tar.gz
forums-f4263042d53030fc2b9ed471c5144e41d0d9123e.tar.bz2
forums-f4263042d53030fc2b9ed471c5144e41d0d9123e.tar.xz
forums-f4263042d53030fc2b9ed471c5144e41d0d9123e.zip
Forgot that one for #7110
git-svn-id: file:///svn/phpbb/trunk@6891 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 73d52a5fdf..e1e6496c36 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -707,7 +707,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
}
}
- if ($topic_row['poll_start'])
+ if ($topic_row['poll_start'] && $topic_row['topic_status'] != ITEM_MOVED)
{
$topic_type = $user->lang['VIEW_TOPIC_POLL'];
}