Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 98 → Rev 99

/trunk/services/modules/0.1/bdtfx/Noms.php
508,7 → 508,7
$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
}
if (isset($this->masque)) {
$table_retour['masque'] = implode('&', $this->masque);
$this->table_retour['masque'] = implode('&', $this->masque);
}
$this->afficherEnteteResultat('/'.$this->service); //communNomTaxons
$table_retour_json['entete'] = $this->table_retour;