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

(-)a/cataloguing/z3950_auth_search.pl (-2 lines)
Lines 47-53 my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ Link Here
47
        template_name   => "cataloguing/z3950_auth_search.tmpl",
47
        template_name   => "cataloguing/z3950_auth_search.tmpl",
48
        query           => $input,
48
        query           => $input,
49
        type            => "intranet",
49
        type            => "intranet",
50
        authnotrequired => 1,
51
        flagsrequired   => { catalogue => 1 },
50
        flagsrequired   => { catalogue => 1 },
52
});
51
});
53
52
54
- 

Return to bug 11715