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

php-cs-fixer

parent 95b3d179
No related merge requests found
...@@ -49,7 +49,7 @@ trait MarcBasicTrait ...@@ -49,7 +49,7 @@ trait MarcBasicTrait
public function getISBNs() public function getISBNs()
{ {
$isbn = array_merge( $isbn = array_merge(
$this->getFieldArray('020', ['a', 'z', '9'], false), $this->getFieldArray('020', ['a', 'z', '9'], false),
$this->getFieldArray('773', ['z']) $this->getFieldArray('773', ['z'])
); );
foreach ($isbn as $key => $num) { foreach ($isbn as $key => $num) {
......
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