aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index a64363e10a..737bdaa647 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -83,8 +83,8 @@ else
// Forum moderators ... a static template var could allow us
// to drop these queries ...
-$forum_moderators = array();
-get_moderators($forum_moderators);
+//$forum_moderators = array();
+//get_moderators($forum_moderators);
// Set some vars
$root_id = $branch_root_id = $cat_id;