Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 977 Rev 1051
Line 69... Line 69...
69
	
69
	
70
	
70
	
71
	private function getTaxonsInferieurs() {
71
	private function getTaxonsInferieurs() {
72
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
-
 
-
 
72
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
-
 
73
		$resultat = $this->taxons->getTaxonsInf($num_nom);
-
 
74
		// TODO: le webservice retourne le taxon demandé comme l'un des taxon inférieurs
73
		$resultat = $this->taxons->getTaxonsInf($num_nom);
75
		// workaround: on le supprime ici car l'on ignore si d'autre app' dépendent de ce comportement
74
		
76
		unset($resultat[$num_nom][$num_nom]);
Line 75... Line 77...
75
		return $resultat[$num_nom];
77
		return $resultat[$num_nom];
76
	}
78
	}