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

(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 539-545 if ( C4::Context->preference('OpacSuppression') ) { Link Here
539
        suppress                => $suppress,
539
        suppress                => $suppress,
540
        is_opac                 => 1,
540
        is_opac                 => 1,
541
        weighted_fields         => $weight_search,
541
        weighted_fields         => $weight_search,
542
        weight_search_submitted => $cgi->param('weight_search_submitted')
542
        weight_search_submitted => $cgi->param('weight_search_submitted') // undef
543
    }
543
    }
544
    );
544
    );
545
545
546
- 

Return to bug 41864