Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 817 → Rev 818

/trunk/modules/recherche/Recherche.php
166,7 → 166,7
private function capturerParametres() {
if (isset($_REQUEST['nom'])) {
$this->nom = $_REQUEST['nom'];
$this->nom = trim($_REQUEST['nom']);
}
if (isset($_GET['type_nom'])) {
$this->type_nom = $_GET['type_nom'];