]> 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:22:55 +0000 (19:22 -0400)
commitebaf505cbd2a397d92d89eafd8cba7f27fc42b9a
treeba638192350cb5f6c8810b0e78a5daee1b56f28f
parentaba25db7615d0c46fa33930022ad37c775f7a572
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