Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3473 → Rev 3474

/trunk/jrest/bibliotheque/GestionChampsEtendus2.php
94,7 → 94,7
if (!isset($champs_etendus_par_element[$id_element])) {
$champs_etendus_par_element[$id_element] = array();
}
$champ_etendu = new ChampEtendu();
$champ_etendu = new ObsEtendue();
$champ_etendu->id = $id_element;
$champ_etendu->cle = $ligne['cle'];
$champ_etendu->valeur = $ligne['valeur'];