Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1552 → Rev 1553

/trunk/modules/fiche/formateurs/Ethnobotanique.php
73,6 → 73,12
$this->donnees['plantuse'] = $plantuse;
}
private function mettreEnFormePlantUse($texte) {
$texte = str_replace("*", "", $texte);
$liste = explode("\n", $texte);
return $liste;
}
public function getBloc() {
$nt = $this->nomCourant->getNomRetenu()->get('num_taxonomique');
$projet = Config::get($this->referentiel.'.referentielVerna');