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

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

Return to bug 11496