mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
4dc5afd639
commit
599a5964c0
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||||
|
|
Loading…
Add table
Reference in a new issue