this works better :)
authorShawn Boyette <sboyette@esilibrary.com>
Fri, 26 Sep 2008 17:08:09 +0000 (17:08 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Fri, 26 Sep 2008 17:08:09 +0000 (17:08 +0000)
fingerprinter

index 71376b9..246252d 100755 (executable)
@@ -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();