Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1350 → Rev 1351

/trunk/jrest/services/InventoryImageLink.php
111,6 → 111,11
$liaisons = array();
if (is_array($resultat_selection_liaison) && count($resultat_selection_liaison) > 0) {
$liaisons = $resultat_selection_liaison;
if($field == 'id_image') {
foreach($liaisons as &$liaison) {
$liaison['ce_zone_geo'] = $this->convertirCodeZoneGeoVersCodeInsee($liaison['ce_zone_geo']);
}
}
}
 
$this->envoyerJson($liaisons);