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

(-)a/opac/opac-search-history.pl (-2 lines)
Lines 41-47 my ($template, $loggedinuser, $cookie) = get_template_and_user( Link Here
41
        query => $cgi,
41
        query => $cgi,
42
        type => "opac",
42
        type => "opac",
43
        authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
43
        authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
44
        flagsrequired => {borrowers => 1},
45
        debug => 1,
44
        debug => 1,
46
    }
45
    }
47
);
46
);
48
- 

Return to bug 12497