mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
Something I forgot to change a long time ago ... and pretty serious too, bad Paul
git-svn-id: file:///svn/phpbb/trunk@509 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c3b0c93c16
commit
92c1957dba
1 changed files with 4 additions and 1 deletions
|
@ -180,7 +180,10 @@ function auth($type, $forum_id, $userdata, $f_access = -1)
|
|||
$num_u_access = $db->sql_numrows($au_result);
|
||||
if($num_u_access)
|
||||
{
|
||||
$u_access = $db->sql_fetchrowset($au_result);
|
||||
while($u_row = $db->sql_fetchrow($au_result))
|
||||
{
|
||||
$u_access[$u_row['forum_id']] = $u_row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue