This commit is contained in:
creme 2020-01-17 11:45:25 +01:00
parent 8548f25242
commit 27a26a6555
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
$message .= "<li>fill in your email address</li>\n";
else {
if ($email != $emailconfirm)
$message .= "<li>email not matching</li>\n";
$message .= "<li>email does not match</li>\n";
elseif (!filter_var($email, FILTER_VALIDATE_EMAIL))
$message .= "<li>invalid email format</li>\n";