aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-11 14:59:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-11 14:59:28 +0000
commitd7ee6969d21d6144b328b07d3bad1333a466e739 (patch)
tree47b6359ca838db84109cebd920247f5d9b385d6d /phpBB/viewtopic.php
parent99d968dd2eccb1157b2252b55d770ea903f8eb96 (diff)
downloadforums-d7ee6969d21d6144b328b07d3bad1333a466e739.tar
forums-d7ee6969d21d6144b328b07d3bad1333a466e739.tar.gz
forums-d7ee6969d21d6144b328b07d3bad1333a466e739.tar.bz2
forums-d7ee6969d21d6144b328b07d3bad1333a466e739.tar.xz
forums-d7ee6969d21d6144b328b07d3bad1333a466e739.zip
:)
git-svn-id: file:///svn/phpbb/trunk@6479 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index b7a8822515..a163ba5bb2 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -1234,7 +1234,7 @@ $template->assign_vars(array(
);
// Output the posts
-$first_unread = false;
+$first_unread = $post_unread = false;
for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
{
$row =& $rowset[$post_list[$i]];