Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/InventoryLocationList.php
37,12 → 37,8
$retour = $resultat_zones_geo;
}
 
$output = json_encode($retour);
 
header("content-type: application/json");
print($output);
return true;
 
$this->envoyerJson($retour);
return true;
}
}
/* +--Fin du code ---------------------------------------------------------------------------------------+