Syntax error

This commit is contained in:
Jean-Philippe Guérard 2012-01-09 02:23:28 +01:00
parent f8f277e929
commit bd13da4b58
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;