mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9687] Fix code style and tests
PHPBB3-9687
This commit is contained in:
committed by
Marc Alexander
parent
64ab1fc24c
commit
e7015bf1dd
@@ -749,7 +749,7 @@ function user_delete($mode, $user_ids, $retain_username = true)
|
||||
$db->sql_query($sql);
|
||||
|
||||
// Delete the user_id from the banlist
|
||||
$sql = 'DELETE FROM ' . BAN_TABLE . '
|
||||
$sql = 'DELETE FROM ' . BANS_TABLE . '
|
||||
WHERE ban_mode = \'user\' AND ' . $db->sql_in_set('ban_item', $user_ids);
|
||||
$db->sql_query($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user