From f8819ab93a21a86642b1339b981751cd6391db86 Mon Sep 17 00:00:00 2001 From: RealET Date: Wed, 15 Sep 2021 19:14:59 +0200 Subject: [PATCH] =?UTF-8?q?Les=20champs=20peuvent=20=C3=AAtre=20multi=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balise/identite_.php | 2 +- paquet.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/balise/identite_.php b/balise/identite_.php index c71bc96..ffcdee3 100644 --- a/balise/identite_.php +++ b/balise/identite_.php @@ -23,7 +23,7 @@ function balise_IDENTITE_($p) { return $p; } else { - $p->code = 'lire_config("identite_extra/' . $champ .'")'; + $p->code = 'extraire_multi(lire_config("identite_extra/' . $champ .'"))'; $p->interdire_scripts = false; return $p; diff --git a/paquet.xml b/paquet.xml index a125ee0..897fdcf 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@