From bd13da4b58f36e007423f7e36d7dd18620188c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20Gu=C3=A9rard?= Date: Mon, 9 Jan 2012 02:23:28 +0100 Subject: [PATCH] Syntax error --- fonctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.php b/fonctions.php index 1e720fa..e1b05b4 100644 --- a/fonctions.php +++ b/fonctions.php @@ -197,7 +197,7 @@ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EOF; - $encoded_app = '=?UTF-8?B?' . base64_encode( NOMAPPLICATION, ) . '?=' ; + $encoded_app = '=?UTF-8?B?' . base64_encode( NOMAPPLICATION ) . '?=' ; $headers = sprintf( $headers_str, $encoded_app, ADRESSEMAILADMIN ) ; return $headers ;