Line 137... |
Line 137... |
137 |
if (! $champs_etendus) return TRUE; // le tableau ... vide à été inséré
|
137 |
if (! $champs_etendus) return TRUE; // le tableau ... vide à été inséré
|
138 |
$ajout = false;
|
138 |
$ajout = false;
|
139 |
$label_champs_etendus = new GestionChampsEtendus2($this->config);
|
139 |
$label_champs_etendus = new GestionChampsEtendus2($this->config);
|
140 |
$lignes = array();
|
140 |
$lignes = array();
|
141 |
foreach ($champs_etendus as $champ_etendu) {
|
141 |
foreach ($champs_etendus as $champ_etendu) {
|
142 |
$champ_id = $label_champs_etendus->consulter($champ_etendu->cle);
|
142 |
$champ_id = $label_champs_etendus->consulter(trim($champ_etendu->cle, "[]"));
|
143 |
if ($champ_id != false) {
|
143 |
if ($champ_id != false) {
|
144 |
$id = Cel::db()->proteger($champ_etendu->id);
|
144 |
$id = Cel::db()->proteger($champ_etendu->id);
|
145 |
$cle = Cel::db()->proteger($champ_id[0]['id']);
|
145 |
$cle = Cel::db()->proteger($champ_id[0]['id']);
|
146 |
$valeur = Cel::db()->proteger($champ_etendu->valeur);
|
146 |
$valeur = Cel::db()->proteger($champ_etendu->valeur);
|