Whoops extra } crept in when fixing a merge conflict, removing it
authorChris Cormack <chris@bigballofwax.co.nz>
Tue, 12 May 2009 10:13:10 +0000 (22:13 +1200)
committerGalen Charlton <galen.charlton@liblime.com>
Tue, 12 May 2009 10:21:25 +0000 (05:21 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
opac/opac-search.pl

index 029ef1e..a928ce0 100755 (executable)
@@ -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"};
        }