mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed small, but showstopping, typo
git-svn-id: file:///svn/phpbb/trunk@679 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0da1cfaa9b
commit
9793a271b4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue