Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3785 → Rev 3786

/trunk/jrest/bibliotheque/ImageRecreation.php
503,7 → 503,7
 
// déterminationnage de l'extension
$path = $this->obtenirDossierPourFormat($id, $format);
foreach(['jpg', 'JPG', 'png', 'PNG'] as $ext) {
foreach(['jpg', 'JPG', 'jpeg', 'JPEG', 'png', 'PNG'] as $ext) {
if (file_exists($path.'/'.$id_avec_zeros_underscores.'_'.$format.'.'.$ext)) {
$extension = $ext;
break;