aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-12-08 23:20:12 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-12-08 23:20:25 +0100
commit416b25b3241f1b3a9711869d6f27f014b6d57c57 (patch)
tree86cccd6d97cbd688f240e4caa79ca66911186fcf /phpBB/includes/functions_user.php
parent4bcec475fe64468526475b728726f57739eddeec (diff)
downloadforums-416b25b3241f1b3a9711869d6f27f014b6d57c57.tar
forums-416b25b3241f1b3a9711869d6f27f014b6d57c57.tar.gz
forums-416b25b3241f1b3a9711869d6f27f014b6d57c57.tar.bz2
forums-416b25b3241f1b3a9711869d6f27f014b6d57c57.tar.xz
forums-416b25b3241f1b3a9711869d6f27f014b6d57c57.zip
[ticket/14350] Remove duplicate semi-colon in functions_user
PHPBB3-14350
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index f462a5dafb..2edc493500 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -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);