Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 930 → Rev 931

/trunk/modules/resultat/formateurs/nom_vernaculaire/AlphabVernaFormateur.php
88,7 → 88,7
private function classerAlphabetiquement($champs, $valeurs) {
$this->trieur->setTableau($valeurs);
$this->trieur->setChampsEtOrdres(array($champs => SORT_NATURAL));
$this->trieur->setChampsEtOrdres(array($champs => 'nat'));
return $this->trieur->trier();
}