From: Chris Cormack Date: Tue, 12 May 2009 10:13:10 +0000 (+1200) Subject: Whoops extra } crept in when fixing a merge conflict, removing it X-Git-Tag: new_acq_a_porter~84 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=af32d160a571e93025e9f11b82c3923fdfe79d06;p=koha_ffzg Whoops extra } crept in when fixing a merge conflict, removing it Signed-off-by: Galen Charlton --- diff --git a/opac/opac-search.pl b/opac/opac-search.pl index 029ef1e610..a928ce0517 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -446,7 +446,7 @@ for (my $i=0;$i<=@servers;$i++) { foreach (@newresults) { $_->{coins} = GetCOinSBiblio($_->{'biblionumber'}); } - } + if ($results_hashref->{$server}->{"hits"}){ $total = $total + $results_hashref->{$server}->{"hits"}; }