Skip to content

Commit 464d118

Browse files
committed
Include 656 in Record::subjects()
1 parent 545fcbf commit 464d118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Record.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ public function getSubjects($vocabulary = null, $type = null)
9393
'653' => 'uncontrolled', # Index Term - Uncontrolled
9494
// 654 : Subject Added Entry - Faceted Topical Terms
9595
'655' => 'form', # Index Term - Genre/Form
96-
// 656 - Index Term - Occupation (R) Full | Concise
9796
// 657 - Index Term - Function (R) Full | Concise
9897
// 658 - Index Term - Curriculum Objective (R) Full | Concise
9998
// 662 - Subject Added Entry - Hierarchical Place Name (R) Full | Concise
10099
// 69X - Local Subject Access Fields (R) Full | Concise
100+
'656' => 'occupation', # Index Term - Occupation
101101
);
102102
foreach ($saf as $k => $v) {
103103
foreach ($this->record->getFields($k) as $field) { // or 655, 648, etc.

0 commit comments

Comments
 (0)