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

(-)a/catalogue/search.pl (-2 / +1 lines)
Lines 273-279 if ( $template_type eq 'advsearch' ) { Link Here
273
        @operators = $cgi->multi_param('op');
273
        @operators = $cgi->multi_param('op');
274
        @indexes   = $cgi->multi_param('idx');
274
        @indexes   = $cgi->multi_param('idx');
275
        $template->param(
275
        $template->param(
276
           sort      => $cgi->param('sort_by'),
276
            sort => scalar $cgi->param('sort_by'),
277
        );
277
        );
278
        # determine what to display next to the search boxes
278
        # determine what to display next to the search boxes
279
    } elsif ( $cgi->param('edit_filter') ){
279
    } elsif ( $cgi->param('edit_filter') ){
280
- 

Return to bug 36000