From 2297465c60d778ba4e4026ba8771972aa149e1d7 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Sat, 3 Nov 2001 01:12:54 +0000 Subject: Some updates to modcp to show the topic type and correct folder icons git-svn-id: file:///svn/phpbb/trunk@1259 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index e119af7dcf..592143bdb2 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -431,7 +431,8 @@ if($total_topics) } else { - $topic_type = ""; } + $topic_type = ""; + } if( $topic_rowset[$i]['topic_vote'] ) { -- cgit v1.2.1