1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

Oops, left some debugging stuff

git-svn-id: file:///svn/phpbb/trunk@5294 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2005-11-07 10:24:11 +00:00
parent 87a11d3ecd
commit 183e968ce7

View File

@ -381,7 +381,7 @@ function user_ban($mode, $ban, $ban_len, $ban_len_other, $ban_exclude, $ban_reas
}
else
{
trigger_error($user->lang['NO_USERS'] . $sql);
trigger_error($user->lang['NO_USERS']);
}
}
break;