]> git.koha-community.org Git - koha.git/commit
Bug 5683 follow-up: calls to ModBiblio can still fail
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Wed, 6 Apr 2011 12:58:07 +0000 (08:58 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 3 Jun 2011 19:06:21 +0000 (15:06 -0400)
commitfae6bd6892bc4e3221575d559fdb6008b3985a1f
tree4708b91487b4fe86cdd4aa72d23a878c609437bb
parent905d24a9e044ad644b42e5acd489ec3cedc7ae93
Bug 5683 follow-up: calls to ModBiblio can still fail

Because C4::Charset directly manipulates the MARC::Record object, bad data has
to be cleaned in ModBiblio before the call into C4::Charset. The corrupted
records can also break the Zebra index. After this fix has been applied, it
would probably be a good idea to run the misc/maintenance/touch_all_biblios.pl
script to ensure that this problem has been cleared up.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 5bbfb94f4399485a96c7f4478a3641da450926ca)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm