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

(-)a/reserve/modrequest_suspendall.pl (-2 / +1 lines)
Lines 34-40 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
34
        template_name   => "about.tt",
34
        template_name   => "about.tt",
35
        query           => $query,
35
        query           => $query,
36
        type            => "intranet",
36
        type            => "intranet",
37
        flagsrequired   => { reserveforothers => 1 },
37
        flagsrequired   => { reserveforothers => '*' },
38
    }
38
    }
39
);
39
);
40
40
41
- 

Return to bug 30732