Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 378 → Rev 379

/trunk/modules/fiche/formateurs/Classification.php
37,7 → 37,7
}
 
public function obtenirDonnees() {
$donnees['taxons_sup'] = $this->getTaxonsSuperieurs();
$donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
$this->meta->setProjet('bdtfx');
$meta = $this->meta->getMetaDonnees();