mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
- first try to break things...
git-svn-id: file:///svn/phpbb/trunk@5108 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -295,7 +295,7 @@ switch ($submit)
|
||||
{
|
||||
$option_id_ary[] = $row['auth_option_id'];
|
||||
}
|
||||
while($row = $db->sql_fetchrow($result));
|
||||
while ($row = $db->sql_fetchrow($result));
|
||||
|
||||
foreach ($ug_data as $id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user