From ed121ad5c8e8f25a62c33f71712f5706c745c43f Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 11 Sep 2009 15:57:05 +0000 Subject: [PATCH] Suppression de l'appel aux webservice --- www/pages/administration_client.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/pages/administration_client.php b/www/pages/administration_client.php index c8c5cd6c9..7d34896e4 100644 --- a/www/pages/administration_client.php +++ b/www/pages/administration_client.php @@ -22,10 +22,11 @@ else } + /* $idClient = 0; // on veut tous les clients //Récupérer la liste des clients try { - $O = $client->getListeClients( $idClient ); + $O = $client->getListeClients( '', $idClient ); $liste_client = $O['results']; } catch (SoapFault $fault) { $firephp->info('Erreur soap'); @@ -34,7 +35,7 @@ else die(); } $firephp->log($liste_client, 'clients'); - + */ //Récupérer la liste des utilisateurs ?>