1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 04:55:12 +02:00
git-svn-id: file:///svn/phpbb/trunk@7023 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-02-20 15:04:56 +00:00
parent 3e9672a188
commit 2a0425ffca

@ -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;