Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 828 → Rev 1142

/trunk/services/modules/0.1/Images.php
137,7 → 137,10
* */
$presenceRessourceService = false;
if (isset($this->ressources[0])) {
if ($this->etreRessourceIdentifiant(0)) {
if($this->ressources[0] == 'images-determinations-probables') {
$presenceRessourceService = true;
$this->serviceNom = 'liste-images-determinations-probables';
} else if ($this->etreRessourceIdentifiant(0)) {
if (isset($this->ressources[1])) {
$presenceRessourceService = $this->avoirRessourceSousService();
} else {