backort
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 5 Jun 2005 16:06:52 +0000 (16:06 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:08 +0000 (23:29 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.6--patch-35
   fix the alpha sort (merci sophie)

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-683

htdocs.net/groupe/annuaire.php

index 604fd5e..28ddc84 100644 (file)
@@ -26,6 +26,7 @@ while (list($char, $nb) = $res->next()) {
         $tot = $nb;
     }
 }
+ksort($alphabet);
 $page->assign('alphabet', $alphabet);
 $page->assign('nb_tot',   $nb_tot);