Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 769 → Rev 770

/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
577,6 → 577,12
$valeur = $valeur.' '.$this->ajouterCompositionNom($this->resultat_req, 'htm');
}
$this->table_retour[$champBdd] = $valeur;
// on essaye de permettre l'obtention du nom_sci_complet, y compris en retour.format == 'min',
// tout en évitant les appels aux ontologies
/*if ($this->correspondAUnId($champBdd) || $champBdd == 'id' && $valeur != '0') {
preg_match('/^([^.]+\.parent_0[12]|[^.]+)(?:\.id)?$/', $champBdd, $match);
if(strpos($this->parametres['retour.format'], $match[1]) !== false) $this->afficherSignification($match[1], $valeur);
}*/
} else {
$this->afficherToutesLesInfos($champBdd, $valeur);
}