mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 11:39:37 +02:00
missing ;
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3220 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2924aa13b3
commit
3a07d77b03
@ -134,7 +134,7 @@ function validate_email($email)
|
||||
return array('error' => true, 'error_msg' => $lang['Email_banned']);
|
||||
}
|
||||
}
|
||||
while($row = $db->sql_fetchrow($result))
|
||||
while($row = $db->sql_fetchrow($result));
|
||||
}
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user