mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
we do not have such a constant. :P
git-svn-id: file:///svn/phpbb/trunk@7953 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -830,7 +830,7 @@ class auth_admin extends auth
|
|||||||
$sql = "DELETE FROM $table
|
$sql = "DELETE FROM $table
|
||||||
WHERE $forum_sql
|
WHERE $forum_sql
|
||||||
AND $ug_id_sql
|
AND $ug_id_sql
|
||||||
AND ". $db->sql_in_set(auth_option_id, $auth_option_ids);
|
AND " . $db->sql_in_set('auth_option_id', $auth_option_ids);
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
// Remove those having a role assigned... the correct type of course...
|
// Remove those having a role assigned... the correct type of course...
|
||||||
|
Reference in New Issue
Block a user