backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Fri, 25 Feb 2005 09:50:03 +0000 (09:50 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:16 +0000 (23:28 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-41
   fix for JPF

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

htdocs/groupex/export-econfiance.php

index 6c8a64a..2861e28 100644 (file)
@@ -33,8 +33,8 @@ if (isset($_SESSION["chall"]) && $_SESSION["chall"] != "" && $_GET["PASS"] == md
     $res  = $globals->xdb->query("SELECT password FROM auth_user_md5 WHERE user_id=10154");
     $pass = $res->fetchOneCell();
 
-    $client =& lists_xmlrpc(10154, $pass, "polytechnique.org");
-    $members = $client->get_members('x-econfiance');
+    $client =& lists_xmlrpc(10154, $pass, "x-econfiance.polytechnique.org");
+    $members = $client->get_members('membres');
     if(is_array($members)) {
         $membres = Array();
         foreach($members[1] as $member) {