Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1011 Rev 1012
Line 108... Line 108...
108
 
108
 
109
	private function capturerParametresFormulaire() {
109
	private function capturerParametresFormulaire() {
110
		if (!empty($_POST['bloc'])) {
110
		if (!empty($_POST['bloc'])) {
111
			$this->blocs = $_POST['bloc'];
111
			$this->blocs = $_POST['bloc'];
112
		} else {
112
		} else {
113
			$this->blocs = array('description');//, 'ecologie', 'ethnobotanique',
113
			$this->blocs = array('description', 'ecologie', 'ethnobotanique',
114
				//'statuts', 'illustrations', 'bibliographie',
114
								 'statuts', 'illustrations', 'bibliographie',
115
				//'repartition', 'nomenclature');
115
								 'repartition', 'nomenclature');
116
		}
116
		}
Line 117... Line 117...
117
	}
117
	}
118
 
118