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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 329-334 sub get_template_and_user { Link Here
329
            $template->param( CAN_user_coursereserves   => 1 );
329
            $template->param( CAN_user_coursereserves   => 1 );
330
            $template->param( CAN_user_clubs            => 1 );
330
            $template->param( CAN_user_clubs            => 1 );
331
            $template->param( CAN_user_ill              => 1 );
331
            $template->param( CAN_user_ill              => 1 );
332
            $template->param( CAN_user_stockrotation    => 1 );
332
333
333
            foreach my $module ( keys %$all_perms ) {
334
            foreach my $module ( keys %$all_perms ) {
334
                foreach my $subperm ( keys %{ $all_perms->{$module} } ) {
335
                foreach my $subperm ( keys %{ $all_perms->{$module} } ) {
335
- 

Return to bug 11897