---
opac/opac-detail.pl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl
index 0bafabd..623e025 100755
--- a/opac/opac-detail.pl
+++ b/opac/opac-detail.pl
@@ -157,8 +157,7 @@ if ($session->param('busc')) {
for (my $i=0;$i<@servers;$i++) {
my $server = $servers[$i];
$hits = $results_hashref->{$server}->{"hits"};
- my @records = $results_hashref->{$server}->{"RECORDS"};
- @newresults = searchResults('opac', '', $hits, $results_per_page,
$offset, $arrParamsBusc->{'scan'}, \@records,,
C4::Context->preference('hidelostitems'));
+ @newresults = searchResults('opac', '', $hits, $results_per_page,
$offset, $arrParamsBusc->{'scan'}, $results_hashref->{$server}->{"RECORDS"});
}
return \@newresults;
}#searchAgain
--
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/