Summary: | z3950NormalizeAuthor and z3950AuthorAuthFields cause problems for MARC21 (and are sloppily written) | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED INVALID | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Cook
2013-06-13 05:17:07 UTC
Silly me...I should've checked master more thoroughly. There is already a check to make sure that the marcflavour is UNIMARC. However, I think it would still be a good idea to re-visit this bit of code. There are no checks to make sure that $field is initialized as a MARC object before creating it. It seems to be a bizarre bit of code... Closing this due to age |