[Koha-patches] [PATCH] Whoops extra } crept in when fixing a merge conflict, removing it

Chris Cormack chris at bigballofwax.co.nz
Tue May 12 12:13:10 CEST 2009


---
 opac/opac-search.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opac/opac-search.pl b/opac/opac-search.pl
index 029ef1e..a928ce0 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"};
 	}
-- 
1.5.6.3




More information about the Koha-patches mailing list