indexing - explicitly pass previous record to ModZebra
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 3 Mar 2008 16:37:57 +0000 (10:37 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 3 Mar 2008 16:46:10 +0000 (10:46 -0600)
commit77b1420026329576a76716b0a1bbc18694e9abf1
tree77b8c1a38462aee3232867258e0d53f734ae383f
parente4a3b4b89ebe5a981cb38c3581aba41a86573763
indexing - explicitly pass previous record to ModZebra

Because NoZebra indexing requires having both
the old and new versions of a record when processing
an updated, I adjusted the ModZebra sub to require
that the old version be explicitly passed to it.
That way, the zebraqueue row (for Zebra mode) can
now be added *after* the biblio and biblioitems
updates have been completed.

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