Mail sensible à la casse : non
This commit is contained in:
parent
5e10d06ec5
commit
071b3ebe3d
|
@ -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']) . ";" .
|
||||
|
|
Loading…
Reference in New Issue