mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02: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:
@ -180,7 +180,10 @@ function auth($type, $forum_id, $userdata, $f_access = -1)
|
|||||||
$num_u_access = $db->sql_numrows($au_result);
|
$num_u_access = $db->sql_numrows($au_result);
|
||||||
if($num_u_access)
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user