Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 163 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 163 Rev 197
Line 50... Line 50...
50
			$this->parametres->masqueRecherche = $_GET['nom'];
50
			$this->parametres->masqueRecherche = $_GET['nom'];
51
		}
51
		}
52
		if (isset($_GET['type_nom'])) {
52
		if (isset($_GET['type_nom'])) {
53
			$this->parametres->typeNom = $_GET['type_nom'];
53
			$this->parametres->typeNom = $_GET['type_nom'];
54
		}
54
		}
-
 
55
		
-
 
56
		if (isset($_GET['niveau'])) {
-
 
57
			Registre::set('parametres.niveau', $_GET['niveau']);
-
 
58
		}
55
	}
59
	}
Line 56... Line 60...
56
 
60
 
57
	public function executerActionParDefaut() {
61
	public function executerActionParDefaut() {
58
		$this->executerResultat();
62
		$this->executerResultat();