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

(-)a/tools/stage-marc-import.pl (-1 / +1 lines)
Lines 175-180 if ($completedJobID) { Link Here
175
    };
175
    };
176
    if ($runinbackground) {
176
    if ($runinbackground) {
177
        $job->finish($results);
177
        $job->finish($results);
178
        exit 0;
178
    } else {
179
    } else {
179
	    $template->param(staged => $num_valid,
180
	    $template->param(staged => $num_valid,
180
 	                     matched => $num_with_matches,
181
 	                     matched => $num_with_matches,
181
- 

Return to bug 10407