Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 670 → Rev 671

/trunk/services/modules/0.1/bdtfx/Noms.php
621,7 → 621,7
// TODO : améliorer le trie des résultats
// ATTENTION : ce comportement est étrange
$masque = $this->recupererMasquePrincipal();
if (isset($masque)) {
if (isset($masque) && !isset($this->parametres['retour.tri'])) {
$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
}