From 071b3ebe3dbc05824c85c16ee4d31ec58da026a9 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 17 Jun 2022 16:32:42 +0000 Subject: [PATCH] =?UTF-8?q?Mail=20sensible=20=C3=A0=20la=20casse=20:=20non?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index eb68fcd..bfc6caa 100644 --- a/index.php +++ b/index.php @@ -77,7 +77,7 @@ strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['adresse']))) . ";" . str_replace(';', ' ', $_POST['codepostal']) . ";" . strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['ville']))) . ";" . - iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['mail'])) . ";" . + iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', strtolower($_POST['mail']))) . ";" . iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['mailalec'])) . ";" . str_replace(';', ' ', $_POST['xmppalec']) . ";" . str_replace(';', ' ', $_POST['cotisation']) . ";" .