From: Shawn Boyette Date: Fri, 26 Sep 2008 17:08:09 +0000 (+0000) Subject: this works better :) X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=ba2286c9f842fde94f970bfef8b2c49e8ab41f33 this works better :) --- diff --git a/fingerprinter b/fingerprinter index 71376b9..246252d 100755 --- a/fingerprinter +++ b/fingerprinter @@ -26,7 +26,7 @@ for my $file (@ARGV) { my $batch = undef; my $record = undef; #$batch = MARC::Batch->new('XML', $records); # The other part of the hack - $batch = MARC::Batch->new('XML', $file); + $batch = MARC::Batch->new($conf->{marctype}, $file); $batch->strict_off(); $batch->warnings_off();