Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 259 → Rev 260

/trunk/interfaces/controleurs/FicheTaxon.php
94,9 → 94,9
}
// synonyme proparte
if ($this->donnees['info']['synonyme_proparte'] != ''){
$propartes = preg_split('/;/', $this->donnees['info']['synonyme_proparte']);
foreach ($propartes as $protarte) {
$this->donnees['pp'] = $this->taxonDao->getTaxonAffichage($this->referentiel, $proparte);
$propartes = explode(',', $this->donnees['info']['synonyme_proparte']);
foreach ($propartes as $proparte) {
$this->donnees['pp'][] = $this->taxonDao->getTaxonAffichage($this->referentiel, trim($proparte));
}
}
// homonymie