mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 05:25:01 +02:00
git-svn-id: file:///svn/phpbb/trunk@7023 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3e9672a188
commit
2a0425ffca
@ -130,8 +130,6 @@ class acp_ban
|
||||
WHERE (b.ban_end >= ' . time() . '
|
||||
OR b.ban_end = 0)
|
||||
AND u.user_id = b.ban_userid
|
||||
AND b.ban_userid <> 0
|
||||
AND u.user_id <> ' . ANONYMOUS . '
|
||||
ORDER BY u.username_clean ASC';
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user