Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/InventoryImage.php
45,7 → 45,9
if(count($image_recherchee) > 0) {
$retour = $image_recherchee[0];
}
$this->envoyer($retour,'application/json','utf-8',true);
$this->envoyerJson($retour);
return true;
}
 
/**