Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 132 → Rev 133

/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
516,7 → 516,7
public function afficherDonnees($champApi, $valeur) {
$champBdd = $this->trouverChampBddCorrespondant($champApi);
if ($this->parametres['retour.format'] == 'min') {
if ($cle == 'nom_sci') {
if ($champApi == 'nom_sci') {
$valeur = $valeur.$this->ajouterCompositionNom($this->resultat_req);
}
$this->table_retour[$champBdd] = $valeur;