aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-10-05 17:54:55 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-10-05 17:54:55 +0000
commitaef6352a35d3024a55ff7397e3f185df98982046 (patch)
tree5feb93f012fb7f81e1de59a455e91b64d5bbbd5c /phpBB/includes
parentd5fe2e7db7bf84add27feaa4ac429346c539636c (diff)
downloadforums-aef6352a35d3024a55ff7397e3f185df98982046.tar
forums-aef6352a35d3024a55ff7397e3f185df98982046.tar.gz
forums-aef6352a35d3024a55ff7397e3f185df98982046.tar.bz2
forums-aef6352a35d3024a55ff7397e3f185df98982046.tar.xz
forums-aef6352a35d3024a55ff7397e3f185df98982046.zip
Bug #52525
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10214 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 7255d138ab..21e82030ee 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -2832,11 +2832,11 @@ function group_user_del($group_id, $user_id_ary = false, $username_ary = false,
if ($config['coppa_enable'])
{
- $group_order = array('ADMINISTRATORS', 'GLOBAL_MODERATORS', 'REGISTERED_COPPA', 'REGISTERED', 'BOTS', 'GUESTS');
+ $group_order = array('ADMINISTRATORS', 'GLOBAL_MODERATORS', 'NEWLY_REGISTERED', 'REGISTERED_COPPA', 'REGISTERED', 'BOTS', 'GUESTS');
}
else
{
- $group_order = array('ADMINISTRATORS', 'GLOBAL_MODERATORS', 'REGISTERED', 'BOTS', 'GUESTS');
+ $group_order = array('ADMINISTRATORS', 'GLOBAL_MODERATORS', 'NEWLY_REGISTERED', 'REGISTERED', 'BOTS', 'GUESTS');
}
// We need both username and user_id info