aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-11-10 14:26:58 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-11-10 14:26:58 +0000
commiteb87d0537affae1470b27c6aa834e865bbcf9cca (patch)
tree631dfe92028c5c3d0fca693130349749acbe99bf /phpBB/includes/functions.php
parent947f0d6c1997f5b158a4f7d01fc2aea8d2431338 (diff)
downloadforums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar
forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar.gz
forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar.bz2
forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar.xz
forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.zip
We're going down, we're going down, blurp, blurp, gurgle, gurgle
git-svn-id: file:///svn/phpbb/trunk@4660 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index a8861274aa..6859931cf9 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -225,7 +225,6 @@ function discover_auth($user_id = false, $opts = false, $forum_id = false)
FROM ' . ACL_OPTIONS_TABLE . ' ao, ' . ACL_USERS_TABLE . ' a
WHERE ao.auth_option_id = a.auth_option_id
' . (($sql_user) ? 'AND a.' . $sql_user : '') . "
- $sql_user
$sql_forum
$sql_opts
ORDER BY a.forum_id, ao.auth_option";
@@ -243,7 +242,6 @@ function discover_auth($user_id = false, $opts = false, $forum_id = false)
WHERE ao.auth_option_id = a.auth_option_id
AND a.group_id = ug.group_id
' . (($sql_user) ? 'AND ug.' . $sql_user : '') . "
- $sql_users
$sql_forum
$sql_opts
ORDER BY a.forum_id, ao.auth_option";