From 9793a271b48c9fe420d2e5ae04d09b105b825745 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Mon, 16 Jul 2001 20:12:46 +0000 Subject: [PATCH] Fixed small, but showstopping, typo git-svn-id: file:///svn/phpbb/trunk@679 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/auth.php b/phpBB/includes/auth.php index 347b7d8e8d..5744dfbbe8 100644 --- a/phpBB/includes/auth.php +++ b/phpBB/includes/auth.php @@ -171,7 +171,7 @@ function auth($type, $forum_id, $userdata, $f_access = -1) AND g.group_id <> 0 ) ) $forum_match_sql";*/ - $sql = "SELECT a.forum_id, $a_sql, au.auth_mod, g.group_single_user + $sql = "SELECT a.forum_id, $a_sql, a.auth_mod, g.group_single_user FROM " . AUTH_ACCESS_TABLE . " a, " . USER_GROUP_TABLE . " ug, " . GROUPS_TABLE . " g WHERE ug.user_id = ".$userdata['user_id']. " AND g.group_id = ug.group_id @@ -368,4 +368,4 @@ function auth_check_user($type, $key, $u_access, $is_admin) return $auth_user; } -?> \ No newline at end of file +?>