aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authornatec <natec@users.sourceforge.net>2001-10-09 20:12:38 +0000
committernatec <natec@users.sourceforge.net>2001-10-09 20:12:38 +0000
commit1d0ade7168370fe210f0acfaf58a2d3b344d3c89 (patch)
tree8e39ec5b855aa3023eaaf6f194159d32ebf669fc /phpBB/viewforum.php
parent03a53c37202321d4b6bd3b978b9faa6a19efc90f (diff)
downloadforums-1d0ade7168370fe210f0acfaf58a2d3b344d3c89.tar
forums-1d0ade7168370fe210f0acfaf58a2d3b344d3c89.tar.gz
forums-1d0ade7168370fe210f0acfaf58a2d3b344d3c89.tar.bz2
forums-1d0ade7168370fe210f0acfaf58a2d3b344d3c89.tar.xz
forums-1d0ade7168370fe210f0acfaf58a2d3b344d3c89.zip
Fixed 468772 plus other moved-topic-inherits-stuff bugs.
git-svn-id: file:///svn/phpbb/trunk@1143 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index b9a2de05d9..288e0a3535 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -492,6 +492,8 @@ if($total_topics)
{
$topic_type = $lang['Topic_Moved'] . " ";
$topic_id = $topic_rowset[$i]['topic_moved_id'];
+ $newest_post_img = "";
+ $folder_image = "";
}
else
{