mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
cleaning up a little.
git-svn-id: file:///svn/phpbb/trunk@7450 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
475c73f4a8
commit
f4b6f87641
1 changed files with 2 additions and 1 deletions
|
@ -2470,7 +2470,7 @@ function group_user_attributes($action, $group_id, $user_id_ary = false, $userna
|
|||
|
||||
|
||||
/**
|
||||
* A small version of validate_username to check for a group name's existence. To be called directly,
|
||||
* A small version of validate_username to check for a group name's existence. To be called directly.
|
||||
*/
|
||||
function group_validate_groupname($group_id, $groupname)
|
||||
{
|
||||
|
@ -2505,6 +2505,7 @@ function group_validate_groupname($group_id, $groupname)
|
|||
{
|
||||
return 'GROUP_NAME_TAKEN';
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue