Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 818 → Rev 819

/trunk/modules/resultat/Resultat.php
50,7 → 50,7
$this->parametres->typeResultat = $_GET['resultat'];
}
if (isset($_GET['nom'])) {
$this->parametres->masqueRecherche = $_GET['nom'];
$this->parametres->masqueRecherche = trim($_GET['nom']);
}
if (isset($_GET['type_nom'])) {
$this->parametres->typeNom = $_GET['type_nom'];