Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 962 → Rev 963

/trunk/services/modules/0.1/bdtfx/Taxons.php
362,10 → 362,7
$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
$masque = $this->recupererMasquePrincipal();
if (isset($masque)) $resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
if (isset($this->masque)) $this->table_retour['masque'] = implode('&', $this->masque);
$this->afficherEnteteResultat('/'.$this->service);
$table_retour_json['entete'] = $this->table_retour;
$this->table_retour = array();
$table_retour_json['entete'] = $this->afficherEnteteResultat('/'.$this->service);
//on remplit la table $table_retour_json['resultat']
$tab_tax_inf = $this->recupererListeTaxonInf($resultat);
foreach ($resultat as $tab) {