aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 681289c0b7..aaeb16d76d 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -125,8 +125,7 @@ class userdata extends user
$result = $db->sql_query($sql);
$db->sql_transaction('commit');
-
-
+
if ($coppa)
{
$message = $user->lang['ACCOUNT_COPPA'];