From bf14d0796f521082278fbd4888825166f36b1776 Mon Sep 17 00:00:00 2001 From: Thatcher Rea Date: Sat, 23 Mar 2013 10:51:15 +1300 Subject: [PATCH] Bug 9908 - Fixing OCLC Connexion Client To Test - Apply patch, test connexion client. Without patch it won't work, with patch it will. --- svc/import_bib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svc/import_bib b/svc/import_bib index 3e43339..7318894 100755 --- a/svc/import_bib +++ b/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'; -- 1.7.10.4