Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2393 → Rev 2394

/trunk/jrest/services/CelObs.php
101,7 → 101,7
private function preparerChampsEtendus($champs) {
$retour = array();
foreach ($champs as $chp) {
$retour[$chp['cle']] = array('valeur' => $chp['valeur'], 'label' => $chp['label']);
$retour[$chp['cle']] = array('valeur' => $chp['valeur']);
}
return $retour;
}