Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1355 → Rev 1356

/branches/v5.8-seynes/modules/fiche/formateurs/Description.php
45,7 → 45,9
$this->getWikipedia();
$this->getWikini();
$this->getDescriptionsDependantesReferentiel($this->referentiel);
$this->getCoste();
if ($this->referentiel == 'bdtfx') {
$this->getCoste();
}
return $this->donnees;
}