From 9f764057d51baa9b32eed06d71c81880086b5e0d Mon Sep 17 00:00:00 2001 From: engel <> Date: Fri, 18 Mar 2022 20:23:42 +0000 Subject: [PATCH] =?UTF-8?q?petite=20am=C3=A9lioration=20cosm=C3=A9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FossilOrigin-Name: 535e828a6476f6a60af202a6aaa07deee78eaf011bc0ae625eda95a4e38fff64 --- lib/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Utils.php b/lib/Utils.php index 0df1fb7..f6bed5b 100644 --- a/lib/Utils.php +++ b/lib/Utils.php @@ -145,7 +145,7 @@ class Utils public static function getDonateurs($annee, $champsNom) { // concaténer les champs nom/prénoms pour la sélection - $nom = Utils::combinerChamps($champsNom) . ' as nom,'; + $nom = 'trim(' . Utils::combinerChamps($champsNom) . ') as nom,'; // et pour le tri $tri = Utils::combinerTri($champsNom); $sql =