diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-18 00:20:23 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-18 00:20:23 +0000 |
| commit | 68d4dcf0d34ed66136b006df7e6a0f56677f38a5 (patch) | |
| tree | 9e70622bb582097581c6c8e86f26c201d3f4ff3a /phpBB | |
| parent | b86d90362dc778cb5a0eaa78e4a954927a2ea8d9 (diff) | |
| download | forums-68d4dcf0d34ed66136b006df7e6a0f56677f38a5.tar forums-68d4dcf0d34ed66136b006df7e6a0f56677f38a5.tar.gz forums-68d4dcf0d34ed66136b006df7e6a0f56677f38a5.tar.bz2 forums-68d4dcf0d34ed66136b006df7e6a0f56677f38a5.tar.xz forums-68d4dcf0d34ed66136b006df7e6a0f56677f38a5.zip | |
Output moderator list for forums
git-svn-id: file:///svn/phpbb/trunk@3059 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
