checkfile only need the book codes now

This commit is contained in:
Gilles Crettenand
2015-06-01 16:03:36 +02:00
parent 6e2a707df1
commit 6690b9fe55

View File

@@ -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);