Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1061 → Rev 1062

/trunk/modules/fiche/formateurs/Description.php
92,8 → 92,8
}
if (empty($this->donnees['description'])) {
$description = $this->getWikini();
$this->donnees['description'] = $description['description'];
$this->getWikini();
$this->donnees['description'] = $this->donnees['wikini']['description'];
$this->donnees['titre'] = "Description collaborative";
}