Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1348 → Rev 1349

/trunk/modules/fiche/formateurs/Illustrations.php
160,6 → 160,9
$vide = true;
foreach ($infosOrganes as $tag => $organe) {
foreach ($organe as $id_image => &$image) {
$image['urlMauvaiseIdentification'] = $this->appUrls->obtenirUrlMauvaiseIdentification($image['observation']['id_observation']);
}
$organes[$tag] = $organe;
$nbImages = count($organe);
if ($nbImages != 0) {