From eae3362f57f963ae6f287b11d992270580fabf34 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Mon, 10 Dec 2018 12:54:07 +0000 Subject: [PATCH] Oups --- soyezcreateurs_fonctions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/soyezcreateurs_fonctions.php b/soyezcreateurs_fonctions.php index 733ab713..5d4ef2c3 100644 --- a/soyezcreateurs_fonctions.php +++ b/soyezcreateurs_fonctions.php @@ -880,7 +880,6 @@ function sc_bandeau_contact() { // N'afficher avec identité Extra (https://contrib.spip.net/Identite-Extra) que si au moins un champ renseigné $identite_extra = lire_config('identite_extra'); $champs = explode(',', _CHAMPS_INDENTITE_EXTRA_SC); - echo implode($champs,','); if ((is_array($identite_extra)) && (implode('', $identite_extra) !== '')) { foreach($champs as $champ) { if (array_key_exists($champ, $identite_extra) && $identite_extra[$champ]!== '') { -- GitLab