1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 16:15:22 +02:00

outch, had some debug code in...

git-svn-id: file:///svn/phpbb/trunk@5996 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-06-01 20:51:19 +00:00
parent 721a9dd4a1
commit 35e750fc19

View File

@ -621,7 +621,6 @@ class acp_users
{ {
$error[] = 'NEW_EMAIL_ERROR'; $error[] = 'NEW_EMAIL_ERROR';
} }
$error[] = 'NEW_EMAIL_ERROR';
// Which updates do we need to do? // Which updates do we need to do?
$update_warning = ($user_row['user_warnings'] != $data['warnings']) ? true : false; $update_warning = ($user_row['user_warnings'] != $data['warnings']) ? true : false;