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

(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 84-90 else { Link Here
84
    authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
84
    authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
85
    }
85
    }
86
);
86
);
87
if ($template_name = 'opac-results.tmpl') {
87
if ($template_name eq 'opac-results.tmpl') {
88
   $template->param('COinSinOPACResults' => C4::Context->preference('COinSinOPACResults'));
88
   $template->param('COinSinOPACResults' => C4::Context->preference('COinSinOPACResults'));
89
}
89
}
90
90
91
- 

Return to bug 5957