Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 729 Rev 818
Line 164... Line 164...
164
	
164
	
Line 165... Line 165...
165
	//+-----------------------------------------------méthodes utiles---------------------------------+
165
	//+-----------------------------------------------méthodes utiles---------------------------------+
166
	
166
	
167
	private function capturerParametres() {
167
	private function capturerParametres() {
168
		if (isset($_REQUEST['nom'])) {
168
		if (isset($_REQUEST['nom'])) {
169
			$this->nom = $_REQUEST['nom'];
169
			$this->nom = trim($_REQUEST['nom']);
170
		}
170
		}
171
		if (isset($_GET['type_nom'])) {
171
		if (isset($_GET['type_nom'])) {
172
			$this->type_nom = $_GET['type_nom'];
172
			$this->type_nom = $_GET['type_nom'];