@@ -, +, @@ --- svc/import_bib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/svc/import_bib +++ a/svc/import_bib @@ -1,4 +1,4 @@ -#!/usr/bin/perl +=#!/usr/bin/perl # Copyright 2012 CatalystIT Ltd # @@ -86,7 +86,7 @@ sub import_bib { my $matcher = C4::Matcher->new($params->{record_type} || 'biblio'); $matcher = C4::Matcher->fetch($params->{matcher_id}); - my $number_of_matches = BatchFindBibDuplicates($batch_id, $matcher); + my $number_of_matches = BatchFindDuplicates($batch_id, $matcher); # XXX we are ignoring the result of this; BatchCommitRecords($batch_id, $framework) if lc($import_mode) eq 'direct'; --