Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 940 Rev 941
Line 87... Line 87...
87
	
87
	
88
	private function obtenirStatuts() {	
88
	private function obtenirStatuts() {	
Line 89... Line 89...
89
		$nn_demande = $this->parametres['masque.nn'];
89
		$nn_demande = $this->parametres['masque.nn'];
90
		
90
		
91
		$conditions_taxons = array();
91
		$conditions_taxons = array();
Line 92... Line 92...
92
		$conditions_taxons = $this->obtenirNumNomTaxonsSuperieurs($nn_demande);
92
		$conditions_taxons = $this->obtenirNumNomTaxonsSuperieurs(Config::get('referentiel'), $nn_demande);
93
		$conditions_taxons[] = $this->bdd->proteger($nn_demande);
93
		$conditions_taxons[] = $this->bdd->proteger($nn_demande);
94
		
94