Skip to content

Commit

Permalink
10.7282 DOIs
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Oct 24, 2023
1 parent ef1f99e commit 06031ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -4199,6 +4199,7 @@ public function tidy_parameter(string $param) : void {
if(!in_array(strtolower($doi), NON_JOURNAL_DOIS) &&
(strpos($doi, '10.14344/') === FALSE) &&
(stripos($doi, '10.7289/V') === FALSE) &&
(stripos($doi, '10.7282/') === FALSE) &&
(stripos($doi, '10.5962/bhl.title.') === FALSE)) {
$the_journal = $this->get('journal') . $this->get('work') . $this->get('periodical');
if (str_replace(NON_JOURNALS, '', $the_journal) === $the_journal) {
Expand Down

0 comments on commit 06031ef

Please sign in to comment.