From 68d4dcf0d34ed66136b006df7e6a0f56677f38a5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Nov 2002 00:20:23 +0000 Subject: [PATCH] Output moderator list for forums git-svn-id: file:///svn/phpbb/trunk@3059 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index cc9ff78ada..b0e6b3aae9 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -538,7 +538,7 @@ if ($forum_data['left_id'] != $forum_data['right_id'] - 1) )); include($phpbb_root_path . 'includes/functions_display.' . $phpEx); - display_forums($forum_data, FALSE); + display_forums($forum_data); } include($phpbb_root_path . 'includes/page_header.'.$phpEx);