Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 7 → Rev 8

/trunk/services/modules/0.1/commun/MetaDonnees.php
67,8 → 67,8
if (isset($parametres) && !empty($parametres)) {
foreach ($parametres as $param => $val) {
switch ($param) {
case 'retour_langue' : $this->rechercherLangueDispo($val); break;
case 'retour_format' : $this->retour_format = $val; break;
case 'retour.langue' : $this->rechercherLangueDispo($val); break;
case 'retour.format' : $this->retour_format = $val; break;
default :
$e = 'Erreur dans les paramètres de recherche de votre requête : </br> Le paramètre " '
.$param.' " n\'existe pas.';