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

(-)a/cataloguing/addbooks.pl (-4 lines)
Lines 95-103 if ($query) { Link Here
95
    # SimpleSearch() give the results per page we want, so 0 offet here
95
    # SimpleSearch() give the results per page we want, so 0 offet here
96
    my $total = @{$marcresults};
96
    my $total = @{$marcresults};
97
    my @newresults = searchResults( 'intranet', $query, $total, $results_per_page, 0, 0, $marcresults );
97
    my @newresults = searchResults( 'intranet', $query, $total, $results_per_page, 0, 0, $marcresults );
98
    foreach my $line (@newresults) {
99
        if ( not exists $line->{'size'} ) { $line->{'size'} = "" }
100
    }
101
    $template->param(
98
    $template->param(
102
        total          => $total_hits,
99
        total          => $total_hits,
103
        query          => $query,
100
        query          => $query,
104
- 

Return to bug 13268