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

(-)a/authorities/auth_finder.pl (-3 / +2 lines)
Lines 64-71 if ( $op eq "do_search" ) { Link Here
64
    my @value     = (
64
    my @value     = (
65
        $query->param('value_mainstr') || undef,
65
        $query->param('value_mainstr') || undef,
66
        $query->param('value_main')    || undef,
66
        $query->param('value_main')    || undef,
67
        $query->param('value_any')     || undef,
67
        $query->param('value_match')     || undef,
68
        $query->param('value_match')   || undef
68
        $query->param('value_any')   || undef
69
    );
69
    );
70
    my $orderby        = $query->param('orderby')        || '';
70
    my $orderby        = $query->param('orderby')        || '';
71
    my $startfrom      = $query->param('startfrom')      || 0;
71
    my $startfrom      = $query->param('startfrom')      || 0;
72
- 

Return to bug 19582