Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 511 Rev 749
Line 9... Line 9...
9
		
9
		
10
		$this->nns = $num_nom_selectionne;
10
		$this->nns = $num_nom_selectionne;
11
		$this->selectionne = new Nom($noms->getNom($this->nns));
11
		$this->selectionne = new Nom($noms->getNom($this->nns));
12
		$this->retenu = new Nom($taxons->getTaxon($this->nns));
12
		$this->retenu = new Nom($taxons->getTaxon($this->nns));
13
		$this->nnr = $this->retenu->get('id');
-
 
14
		$this->retenu->setTaxonsSuperieurs($taxons->getTaxonsSup($this->nnr), $this->nnr);
13
		$this->nnr = $this->retenu->get('id');
15
		$taxons_sup = $taxons->getTaxonsSup($this->nnr);
14
		$taxons_sup = $taxons->getTaxonsSup($this->nnr);
-
 
15
		$this->taxons_sup = $taxons_sup[$this->nnr];
16
		$this->taxons_sup = $taxons_sup[$this->nnr];
16
		$this->retenu->setTaxonsSuperieurs($taxons_sup, $this->nnr);
Line 17... Line 17...
17
	}
17
	}
18
 
18
 
19
	/**
19
	/**