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

(-)a/cataloguing/z3950_search.pl (-2 lines)
Lines 53-59 my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ Link Here
53
        template_name   => "cataloguing/z3950_search.tmpl",
53
        template_name   => "cataloguing/z3950_search.tmpl",
54
        query           => $input,
54
        query           => $input,
55
        type            => "intranet",
55
        type            => "intranet",
56
        authnotrequired => 1,
57
        flagsrequired   => { catalogue => 1 },
56
        flagsrequired   => { catalogue => 1 },
58
});
57
});
59
58
60
- 

Return to bug 11715