bulkauthimport fix

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Daniel Bünzli 2008-01-21 08:54:05 -06:00 committed by Joshua Ferraro
parent eee09f39da
commit 78f3e56e2c

View file

@ -97,7 +97,7 @@ while ( my $record = $batch->next() ) {
foreach my $pair ( $oldField->subfields() ) {
$pair->[1] =~ s/\<//g;
$pair->[1] =~ s/\>//g;
push( @newSubfields, $pair->[0], $pair->[1], $char_encoding);
push( @newSubfields, $pair->[0], $pair->[1]);
}
# add the new field to our new record