IMPORTANT - replaced TransformMarcToKoha
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 25 Dec 2007 07:26:02 +0000 (01:26 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 25 Dec 2007 15:08:39 +0000 (09:08 -0600)
commit0456e457dc023686d7876b1b71db567b96d10dcb
treec0de0eb89518b8b4848e64fb59103946fbb15a23
parent3508933c664ca327170ebee297a0b73a3e4ed49c
IMPORTANT - replaced TransformMarcToKoha

Replaced with FasterTransformMarcToKoha
from a previous commit.  Main differences are:

[1] At least twice as fast because of improvement
    in algorithm for processing the MARC record --
    each tag is processed only once.
[2] Fixed bug where biblio.notes would end up with
    an extra ' | ' at the end.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm