checkfile only need the book codes now
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user