bulkauthimport fix
authorDaniel BÃ\83¼nzli <daniel.buenzli@erratique.ch>
Mon, 21 Jan 2008 14:54:05 +0000 (08:54 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Jan 2008 13:20:28 +0000 (07:20 -0600)
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>
misc/migration_tools/bulkauthimport.pl

index 7307075..c1ee508 100755 (executable)
@@ -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