Skip to content

Commit

Permalink
proquest
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Oct 24, 2023
1 parent a899ddd commit ef1f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -4573,7 +4573,7 @@ public function tidy_parameter(string $param) : void {
}
return;
}
if (stripos($this->get($param), 'proquest') !== FALSE && stripos($this->get($param), 'llc') === FALSE) {
if (stripos($this->get($param), 'proquest') !== FALSE && stripos($this->get($param), 'llc') === FALSE && stripos($this->get('title'), 'Magazines for Libraries') === FALSE) {
$this->forget($param);
if ($this->blank('via')) {
$this_big_url = $this->get('url') . $this->get('thesis-url') . $this->get('thesisurl') . $this->get('chapter-url') . $this->get('chapterurl');
Expand Down

0 comments on commit ef1f99e

Please sign in to comment.