aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 23:56:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 23:56:46 +0000
commitd9b62e9964ccfdb8f2802a64bcf4b25df79e56fa (patch)
treec82d69cf8fc714f7da46de026dac37ac16d081c1 /phpBB/index.php
parent50902c641e33a850e26492db68d6dc1a3b3944af (diff)
downloadforums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar.gz
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar.bz2
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.tar.xz
forums-d9b62e9964ccfdb8f2802a64bcf4b25df79e56fa.zip
A demo of some Group CP functionality
git-svn-id: file:///svn/phpbb/trunk@658 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 4b12d213f7..7664f79576 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -135,7 +135,7 @@ if($total_categories = $db->sql_numrows($q_categories))
//
// Obtain list of moderators of each forum
//
- $sql = "SELECT f.forum_id, u.username, u.user_id
+/* $sql = "SELECT f.forum_id, u.username, u.user_id
FROM " . FORUMS_TABLE . " f, " . USERS_TABLE . " u, " . USER_GROUP_TABLE . " ug, " . AUTH_ACCESS_TABLE . " aa
WHERE aa.forum_id = f.forum_id
AND aa.auth_mod = " . TRUE . "
@@ -154,9 +154,9 @@ if($total_categories = $db->sql_numrows($q_categories))
$forum_mods_id[$forum_mods_list[$i]['forum_id']][] = $forum_mods_list[$i]['user_id'];
$forum_mods_single_user[$forum_mods_list[$i]['forum_id']][] = 1;
- }
+ }*/
+
-/*
$sql = "SELECT f.forum_id, g.group_name, g.group_id, g.group_single_user, ug.user_id
FROM " . FORUMS_TABLE . " f, " . GROUPS_TABLE . " g, " . USER_GROUP_TABLE . " ug, " . AUTH_ACCESS_TABLE . " aa
WHERE aa.forum_id = f.forum_id
@@ -183,7 +183,7 @@ if($total_categories = $db->sql_numrows($q_categories))
{
$forum_mods_id[$forum_mods_list[$i]['forum_id']][] = $forum_mods_list[$i]['group_id'];
}
- }*/
+ }
//
// Find which forums are visible for this user