Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/Inventory.php
51,10 → 51,8
$observation = $this->formaterObservationVersTableauSequentiel(&$observation);
$output = json_encode($observation);
header("Content-type: application/json");
print($output);
 
return true;
$this->envoyerJson($output);
return true;
}
private function formaterObservationVersTableauSequentiel($observation) {