1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 14:46:28 +02:00

do not validate username when disallowing it. ;) - #1220

git-svn-id: file:///svn/phpbb/trunk@5694 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-03-22 10:17:48 +00:00
parent 95e7b12706
commit b206d63c51
2 changed files with 11 additions and 9 deletions

View File

@ -197,7 +197,8 @@ $lang = array_merge($lang, array(
'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed',
'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added',
'NO_DISALLOWED' => 'No Disallowed Usernames',
'NO_DISALLOWED' => 'No Disallowed Usernames',
'NO_USERNAME_SPECIFIED' => 'You haven\'t selected or entered a username to operate with.',
));
// Reasons