diff --git a/fonctions.php b/fonctions.php index b0cb69cf4142cd921cf6faa649ee3d0e08ee9007..169a538dd032f1a5dfa981b930e67246aebfe252 100644 --- a/fonctions.php +++ b/fonctions.php @@ -167,7 +167,7 @@ function validateEmail($email) function sendEmail( $to, $subject, $body, $headers, $param) { - $to_list = explode( ',', html_entity_decode($to, ENT_QUOTES, 'UTF-8' ) ; + $to_list = explode( ',', html_entity_decode( $to, ENT_QUOTES, 'UTF-8' ) ) ; $to = "" ; $first = 1 ;