Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 468 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 468 Rev 751
Line 56... Line 56...
56
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
56
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
57
		$resultat = $this->taxons->getTaxonsInf($num_nom);
57
		$resultat = $this->taxons->getTaxonsInf($num_nom);
Line 58... Line 58...
58
		
58
		
59
		return $resultat[$num_nom];
59
		return $resultat[$num_nom];
60
	}
-
 
61
	
60
	}
62
}
61
}
63
?>
62
?>