Skip to content

Commit

Permalink
Removed comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed Aug 27, 2024
1 parent 8b4dfa4 commit 279821f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Classes/Lib/Dbis.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,13 +782,6 @@ private function setRequest($url, $params = [])
$request->setUrl($url);
$request->setQuery(['bib_id' => $this->bibID, 'xmloutput' => 1 ]);

//set empty valus as NULL for Guzzle
//foreach ($params as $key => $value) {
// if (empty($value)) {
// $params[$key] = null;
// }
//}

if (!empty($params)) {
$request->setQuery($params);
}
Expand Down
7 changes: 0 additions & 7 deletions Classes/Lib/Ezb.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,13 +837,6 @@ private function setRequest($url, $params = [])
$request->setUrl($url);
$request->setQuery(['bibid' => $this->bibID, 'xmloutput' => 1 ]);

//set empty valus as NULL for Guzzle
//foreach ($params as $key => $value) {
// if (empty($value)) {
// $params[$key] = null;
// }
//}

if (!empty($params)) {
$request->setQuery($params);
}
Expand Down

0 comments on commit 279821f

Please sign in to comment.