[Koha-bugs] [Bug 9201] OAI-PMH mapping value cannot be 0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 5 10:23:39 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9201

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #1 from Marc Véron <veron at veron.ch> ---
I can confirm this behaviour.

The reason is in file admin/oai_set_mappings.pl, line:

if($marcfields[$i] and $marcsubfields[$i] and $marcvalues[$i])

I think it should be something like 

if($marcfields[$i] and $marcsubfields[$i] and ($marcvalues[$i] and $marcvalues
ne ''))

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list