From af32d160a571e93025e9f11b82c3923fdfe79d06 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 12 May 2009 22:13:10 +1200 Subject: [PATCH] Whoops extra } crept in when fixing a merge conflict, removing it Signed-off-by: Galen Charlton --- opac/opac-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}; } -- 2.11.0