mail header is in var with bad name

This commit is contained in:
Simon Leblanc 2011-05-15 04:41:43 +02:00
parent 4f380d8f8d
commit ae1a4cdb5a

View File

@ -106,7 +106,7 @@ From: %s <%s>
Content-Type: text/plain; charset=UTF-8 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit
EOF; EOF;
$header = sprintf($headers_str, NOMAPPLICATION, ADRESSEMAILADMIN ); $headers = sprintf($headers_str, NOMAPPLICATION, ADRESSEMAILADMIN );
if (isset($_POST["boutonnouveautitre"])) { if (isset($_POST["boutonnouveautitre"])) {