backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 7 May 2005 14:12:31 +0000 (14:12 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:55 +0000 (23:28 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.6--patch-2
   mini bug wrt case

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

htdocs.net/groupes.php

index ab2aeff..0f06e2d 100644 (file)
@@ -6,6 +6,8 @@
         exit;
     }
 
+    $_GET['cat'] = strtolower($cat);
+
     new_page('xnet/groupes.tpl', AUTH_PUBLIC);
 
     $res  = $globals->xdb->query("SELECT id,nom FROM groupex.dom WHERE FIND_IN_SET({?}, cat) ORDER BY nom", $cat);