Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 379 → Rev 380

/trunk/modules/fiche/formateurs/Classification.php
58,7 → 58,7
private function getTaxonsSuperieurs() {
$num_nom = $this->nomCourant->getNomRetenu()->get('id');
$resultat = $this->taxons->getTaxonsSup($num_nom);
$resultat = $this->nomCourant->getNomRetenu()->get('taxonsSup');
return $resultat[$num_nom];
}