]> git.koha-community.org Git - koha.git/commit
Bug 7513 Marc Import Hangs
authorBibLibre <dev_patches@biblibre.com>
Thu, 9 Feb 2012 09:11:36 +0000 (10:11 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 23 May 2012 23:23:32 +0000 (19:23 -0400)
commit557cb83f462bcbcad31704a4f9121ee9d3af3c9f
treefaac1be9be8bac2c777b31ce414bff64a8900768
parent3f686e86162aed91541b5233452f8d15afd24ab7
Bug 7513 Marc Import Hangs

On some record, the commit_biblio_file is creating wide
character
because as_xml is not used with correct parameter.
This patch fixes that.
To test on a UNIMARC Koha, stage attachment 7510 and
then import.
It hangs before the patch, it passes after.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/ImportBatch.pm