diff options
Diffstat (limited to 'phpBB/includes/functions_convert.php')
| -rw-r--r-- | phpBB/includes/functions_convert.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 2213df7d0f..f6710ded30 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -1698,7 +1698,8 @@ function add_default_groups()  		'REGISTERED_COPPA'	=> array('', 0, 0),  		'GLOBAL_MODERATORS'	=> array('00AA00', 1, 0),  		'ADMINISTRATORS'	=> array('AA0000', 1, 1), -		'BOTS'				=> array('9E8DA7', 0, 0) +		'BOTS'				=> array('9E8DA7', 0, 0), +		'NEWLY_REGISTERED'		=> array('', 0, 0),  	);  	$sql = 'SELECT *  | 
