From 6690b9fe556a7f426061c06c97088f5bb0fb9179 Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Mon, 1 Jun 2015 16:03:36 +0200 Subject: [PATCH] checkfile only need the book codes now --- mobile.netbiblio.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mobile.netbiblio.php b/mobile.netbiblio.php index 08e0f48..27e79d6 100644 --- a/mobile.netbiblio.php +++ b/mobile.netbiblio.php @@ -231,11 +231,7 @@ class NetBiblio extends WebService $uri = sprintf("%s%s", Configuration::get('checkfile_url'), - http_build_query(array( - "client" => $this->client, - "login" => $this->login, - "book" => implode(',', $ids), - )) + http_build_query(array("book" => implode(',', $ids))) ); $ch = curl_init($uri);