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

(-)a/tools/batch_record_modification.pl (-2 / +1 lines)
Lines 44-50 my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ Link Here
44
        query => $input,
44
        query => $input,
45
        type => "intranet",
45
        type => "intranet",
46
        authnotrequired => 0,
46
        authnotrequired => 0,
47
        flagsrequired => { tools => 'biblio_batchmod' },
47
        flagsrequired => { tools => 'records_batchmod' },
48
});
48
});
49
49
50
50
51
- 

Return to bug 15579