mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #4075 from marc1706/ticket/14350
[ticket/14350] Remove duplicate semi-colon in functions_user * marc1706/ticket/14350: [ticket/14350] Remove duplicate semi-colon in functions_user
This commit is contained in:
commit
7c05b881c5
1 changed files with 1 additions and 1 deletions
|
@ -2635,7 +2635,7 @@ function group_delete($group_id, $group_name = false)
|
|||
*/
|
||||
function group_user_add($group_id, $user_id_ary = false, $username_ary = false, $group_name = false, $default = false, $leader = 0, $pending = 0, $group_attributes = false)
|
||||
{
|
||||
global $db, $auth, $user, $phpbb_container, $phpbb_log, $phpbb_dispatcher;;
|
||||
global $db, $auth, $user, $phpbb_container, $phpbb_log, $phpbb_dispatcher;
|
||||
|
||||
// We need both username and user_id info
|
||||
$result = user_get_id_name($user_id_ary, $username_ary);
|
||||
|
|
Loading…
Add table
Reference in a new issue