From 139e4ba9a652c0bc71be84176bf82abf6a9070ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20Gu=C3=A9rard?= <jean-philippe.guerard@tigreraye.org> Date: Tue, 10 Jan 2012 00:34:44 +0100 Subject: [PATCH] Add a missing parenthesis --- fonctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.php b/fonctions.php index b0cb69cf..169a538d 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 ; -- GitLab