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:
parent
eee09f39da
commit
78f3e56e2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue