View | Details | Raw Unified | Return to bug 11496
Collapse All | Expand All

(-)a/tools/stage-marc-import.pl (-2 / +1 lines)
Lines 148-154 if ($completedJobID) { Link Here
148
            $checked_matches = 1;
148
            $checked_matches = 1;
149
            $matcher_code = $matcher->code();
149
            $matcher_code = $matcher->code();
150
            $num_with_matches = BatchFindDuplicates($batch_id, $matcher,
150
            $num_with_matches = BatchFindDuplicates($batch_id, $matcher,
151
                                                       10, 50, matching_progress_callback($job, $dbh));
151
                                                       1000, 50, matching_progress_callback($job, $dbh));
152
            SetImportBatchMatcher($batch_id, $matcher_id);
152
            SetImportBatchMatcher($batch_id, $matcher_id);
153
            SetImportBatchOverlayAction($batch_id, $overlay_action);
153
            SetImportBatchOverlayAction($batch_id, $overlay_action);
154
            SetImportBatchNoMatchAction($batch_id, $nomatch_action);
154
            SetImportBatchNoMatchAction($batch_id, $nomatch_action);
155
- 

Return to bug 11496