X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fcommit_biblios_file.pl;h=b4be670396f2524f3145852d5da55d3d7de13b97;hb=37c48ccfb2b0893366676741a506e0243db49d40;hp=2f9851fe8224a0d4a6c50a42358ca8fdf8926726;hpb=991cdc31bcae3c037236c513c74dd3dfdee725a0;p=koha_gimpoz diff --git a/misc/commit_biblios_file.pl b/misc/commit_biblios_file.pl index 2f9851fe82..b4be670396 100755 --- a/misc/commit_biblios_file.pl +++ b/misc/commit_biblios_file.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl use strict; +#use warnings; FIXME - Bug 2505 BEGIN { # find Koha's Perl modules # test carefully before changing this @@ -74,7 +75,7 @@ sub process_batch { print "... importing MARC records -- please wait\n"; my ($num_added, $num_updated, $num_items_added, $num_items_errored, $num_ignored) = - BatchCommitBibRecords($import_batch_id, 100, \&print_progress_and_commit); + BatchCommitBibRecords($import_batch_id, '', 100, \&print_progress_and_commit); print "... finished importing MARC records\n"; print <<_SUMMARY_;