http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11797 Bug ID: 11797 Summary: auth_finder.pl: Odd number of elements in anonymous hash Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: gmcharlt@gmail.com Reporter: mtompset@hotmail.com QA Contact: testopia@bugs.koha-community.org While hunting through my live system Koha error logs I found: auth_finder.pl: Odd number of elements in anonymous hash at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 1037. So, I read the code and wondered what if a tag was missing in the giant if statement? http://www.loc.gov/marc/authority/ad1xx3xx.html lists a 162, but there is no 162, nor is there an else on the giant if statement. Test? I don't know, but the patch that follows should fix it. -- You are receiving this mail because: You are watching all bug changes.