Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 841 → Rev 1332

/trunk/services/modules/0.1/Observations.php
150,9 → 150,15
}
}
} else {
if (isset($this->parametres['retour.format']) && $this->parametres['retour.format'] == 'widget') {
$this->methode = 'consulter';
$presenceRessourceService = true;
$this->serviceNom = 'liste-observations-widget';
} else {
$presenceRessourceService = true;
$this->serviceNom = 'liste-observations';
}
}
return $presenceRessourceService;
}