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

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

Return to bug 17240