mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7023 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3e9672a188
commit
2a0425ffca
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ class acp_ban
|
||||||
WHERE (b.ban_end >= ' . time() . '
|
WHERE (b.ban_end >= ' . time() . '
|
||||||
OR b.ban_end = 0)
|
OR b.ban_end = 0)
|
||||||
AND u.user_id = b.ban_userid
|
AND u.user_id = b.ban_userid
|
||||||
AND b.ban_userid <> 0
|
|
||||||
AND u.user_id <> ' . ANONYMOUS . '
|
|
||||||
ORDER BY u.username_clean ASC';
|
ORDER BY u.username_clean ASC';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue