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

(-)a/tools/batchedit.pl (-2 / +1 lines)
Lines 61-67 if($input->param('field') and not defined $op){ Link Here
61
                 query => $input,
61
                 query => $input,
62
                 type => "intranet",
62
                 type => "intranet",
63
                 authnotrequired => 0,
63
                 authnotrequired => 0,
64
                 flagsrequired => "batchedit",
64
                 flagsrequired => { tools => "batchedit" },
65
        });
65
        });
66
    
66
    
67
    
67
    
68
- 

Return to bug 5725