Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1014 → Rev 1013

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