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

(-)a/tools/batch_record_modification.pl (-7 / +8 lines)
Lines 235-246 if ( $op eq 'form' ) { Link Here
235
            }
235
            }
236
        }
236
        }
237
237
238
        $job->set({
238
        if ($runinbackground) {
239
            view => 'report',
239
            $job->set({
240
            report => $report,
240
                view => 'report',
241
            messages => \@messages,
241
                report => $report,
242
        });
242
                messages => \@messages,
243
        $job->progress( ++$progress ) if $runinbackground;
243
            });
244
            $job->progress( ++$progress );
245
        }
244
    }
246
    }
245
247
246
    if ($runinbackground) {
248
    if ($runinbackground) {
247
- 

Return to bug 17240