Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 336 → Rev 337

/trunk/modules/fiche/formateurs/Synthese.php
35,6 → 35,8
$donnees['description'] = $description->getBloc();
$ethnobotanique = new Ethnobotanique($this->conteneur);
$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
$classification = new Classification($this->conteneur);
$donnees['classification'] = $classification->getBloc();
$bibliographie = new Bibliographie($this->conteneur);
$donnees['bibliographie'] = $bibliographie->getBloc();
return $donnees;