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

(-)a/cataloguing/concerns.pl (-2 / +1 lines)
Lines 28-34 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
28
        template_name   => "cataloguing/concerns.tt",
28
        template_name   => "cataloguing/concerns.tt",
29
        query           => $query,
29
        query           => $query,
30
        type            => "intranet",
30
        type            => "intranet",
31
        flagsrequired   => { cataloguing => '*' },
31
        flagsrequired   => { editcatalogue => 'edit_catalogue' },
32
    }
32
    }
33
);
33
);
34
34
35
- 

Return to bug 31028