From 01517e23fdeef9f2dae4fe88afeb10ff0bdd47cd Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 22 Jan 2003 16:46:44 +0000 Subject: Icon updates git-svn-id: file:///svn/phpbb/trunk@3357 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index af94d2b692..cf091624b9 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -535,7 +535,7 @@ if ($forum_data['forum_postable']) 'VIEWS' => $topic_rowset[$i]['topic_views'], 'TOPIC_TITLE' => $topic_title, 'TOPIC_TYPE' => $topic_type, - 'TOPIC_ICON' => (!empty($topic_rowset[$i]['topic_icon']) ) ? '' : '', + 'TOPIC_ICON' => (!empty($topic_rowset[$i]['icon_id']) ) ? '' : '', 'S_ROW_COUNT' => $i, -- cgit v1.2.1