The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 5c100370 authored by Demian Katz's avatar Demian Katz
Browse files

Eliminated unused variable.

parent d3a90bc4
No related merge requests found
......@@ -562,7 +562,7 @@ class Unicorn extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf
);
$response = $this->querySirsi($params);
list($user_key, , , , $library, $profile, , , , , , , ,
list(, , , , $library, $profile, , , , , , , ,
$email, $address1, $zip, $phone, $address2) = explode('|', $response);
return array(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment