From: Pierre Habouzit (MadCoder Date: Fri, 25 Feb 2005 09:50:03 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~258 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f223d7734ce7b48446a8cb965164fcbca953bac3;p=platal.git backport 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 --- diff --git a/htdocs/groupex/export-econfiance.php b/htdocs/groupex/export-econfiance.php index 6c8a64a..2861e28 100644 --- a/htdocs/groupex/export-econfiance.php +++ b/htdocs/groupex/export-econfiance.php @@ -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) {