Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 185 Rev 250
Line 24... Line 24...
24
			$parametre['type_nom'] = $_GET['type_nom'];
24
			$parametre['type_nom'] = $_GET['type_nom'];
25
		}
25
		}
26
		if (isset($_GET['nom'])) {
26
		if (isset($_GET['nom'])) {
27
			$parametre['nom'] = $_GET['nom'];
27
			$parametre['nom'] = $_GET['nom'];
28
		}
28
		}
-
 
29
		if (isset($_GET['num_nom'])) {
-
 
30
			$parametre['num_nom'] = $_GET['num_nom'];
-
 
31
		}
-
 
32
		if (isset($_GET['nom_retenu'])) {
-
 
33
			$parametre['nom_retenu'] = $_GET['nom_retenu'];
-
 
34
		}
-
 
35
		
29
		if (isset($_GET['resultat'])) {
36
		if (isset($_GET['resultat'])) {
30
			$parametre['resultat'] = $_GET['resultat'];
37
			$parametre['resultat'] = $_GET['resultat'];
31
		}
38
		}
32
		if (isset($_GET['niveau'])) {
39
		if (isset($_GET['niveau'])) {
33
			Registre::set('parametres.niveau', $_GET['niveau']);
40
			Registre::set('parametres.niveau', $_GET['niveau']);
34
		}
41
		}
-
 
42
		
-
 
43
		
35
		return $parametre;
44
		return $parametre;
36
	}
45
	}
37
}
46
}
38
?>
47
?>
39
48