Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1009 → Rev 1010

/trunk/modules/fiche/formateurs/Description.php
81,6 → 81,7
$fonction = 'get'.ucfirst($base);
$this->$fonction();
if(!empty($this->donnees[$base]['description'])) {
$this->donnees['type'] = $base;
$this->donnees['titre'] = "Description de ".ucfirst($base);
$this->donnees['description'] = $this->donnees[$base]['description'];
unset($this->donnees[$base]);