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

Chris Cormack <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Patch doesn't apply
                 CC|                            |[email protected]

--- Comment #10 from Chris Cormack <[email protected]> ---
Tomás, the second patch conflicts here

<<<<<<< HEAD
        my $marcrecord = eval { MARC::File::USMARC::decode( $marcresults->[$i]
); };
        if ( $@ ) {
            warn "ERROR DECODING RECORD - $@: " . $marcresults->[$i];
            next;
        }

=======
        my $marcrecord = MARC::Record->new_from_xml(
            $marcresults->[$i],
            'UTF-8'
        );
>>>>>>> Bug 11096: force XML syntax for Zconn

I think because the eval was recently introduced, should we be evaling for
new_from_xml or does it handle errors better than MARC::File::USMARC::decode
does?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to