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

(-)a/tools/batch_record_modification.pl (-1 / +1 lines)
Lines 73-78 unless ( @templates ) { Link Here
73
        errors => ['no_template_defined'],
73
        errors => ['no_template_defined'],
74
    );
74
    );
75
    output_html_with_http_headers $input, $cookie, $template->output;
75
    output_html_with_http_headers $input, $cookie, $template->output;
76
    exit;
76
}
77
}
77
78
78
if ( $mmtid ) {
79
if ( $mmtid ) {
79
- 

Return to bug 11395