Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 134 → Rev 135

/trunk/interfaces/controleurs/FicheTaxon.php
112,15 → 112,6
$this->donnees['h'] = $homonymes;
}
// Même basionyme
if ($this->donnees['info']['basionyme'] != '') {
$basionyme_commun = $this->taxonDao->getNomsBasionymeCommun($this->referentiel, $this->donnees['info']['basionyme']);
foreach ($basionyme_commun as $nom) {
if ($nom['num_nom_retenu'] != $this->donnees['num_nom_retenu']) {
$this->donnees['b'][] = $nom;
}
}
}
}
private function trierSynonymesNomenclaturauxTaxonomiques($synonyme) {