From f73e902c2e1fa4bdbd3f706d213c8e7e0970f23a Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 8 Nov 2004 10:27:27 +0000 Subject: [PATCH] backport --- htdocs/groupex/export-econfiance.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/groupex/export-econfiance.php b/htdocs/groupex/export-econfiance.php index 537a9e7..29b227a 100644 --- a/htdocs/groupex/export-econfiance.php +++ b/htdocs/groupex/export-econfiance.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: export-econfiance.php,v 1.6 2004-10-14 20:40:02 x2000habouzit Exp $ + $Id: export-econfiance.php,v 1.7 2004-11-08 10:27:27 x2000habouzit Exp $ ***************************************************************************/ @@ -38,7 +38,7 @@ if (isset($_SESSION["chall"]) && $_SESSION["chall"] != "" && $_GET["PASS"] == md $client = new xmlrpc_client("http://10154:$pass@localhost:4949"); - $members = $client->get_members('polytechnique.org', 'x-eConfiance'); + $members = $client->get_members('polytechnique.org', 'x-econfiance'); if(is_array($members)) { $membres = Array(); foreach($members[1] as $member) { -- 2.1.4