Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 294 → Rev 306

/trunk/modules/fiche/formateurs/Synthese.php
33,6 → 33,8
$donnees['nomenclature'] = $nomenclature->getBloc();
$description = new Description($this->conteneur);
$donnees['description'] = $description->getBloc();
$ethnobotanique = new Ethnobotanique($this->conteneur);
$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
return $donnees;
}