1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Fix a couple of issues, hopefully haven't broken anything Ashe was planning ...

git-svn-id: file:///svn/phpbb/trunk@3012 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-11-07 21:45:34 +00:00
parent cfd055f979
commit 7366bd9e41
2 changed files with 7 additions and 18 deletions

View File

@@ -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;