Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 244 Rev 249
Line 70... Line 70...
70
	private function capturerParametres() {
70
	private function capturerParametres() {
71
		if (isset($_GET['num_nom'])) {
71
		if (isset($_GET['num_nom'])) {
72
			$this->num_nom = $_GET['num_nom'];
72
			$this->num_nom = $_GET['num_nom'];
73
		}
73
		}
Line 74... Line 74...
74
		
74
		
75
		if (isset($_GET['nom_retenu']) && $_GET['nom_retenu'] != '') {
75
		if (isset($_GET['nom_retenu'])) {
76
			$this->nom_retenu = $_GET['nom_retenu'];
-
 
77
		} else {
-
 
78
			$this->nom_retenu = 'n.'.$this->num_nom;
76
			$this->nom_retenu = $_GET['nom_retenu'];
Line 79... Line 77...
79
		}
77
		}
80
		
78
		
81
		if (isset($_GET['nom'])) {
79
		if (isset($_GET['nom'])) {