Bug 11489: (follow-up) fix tab
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 16:14:34 +0000 (16:14 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 16:22:52 +0000 (16:22 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

opac/opac-search.pl

index a8eb7d5..a7f16f6 100755 (executable)
@@ -556,7 +556,7 @@ for (my $i=0;$i<@servers;$i++) {
             @newresults = searchResults('opac', $query_desc, $hits, $results_per_page, $offset, $scan,
                                         $results_hashref->{$server}->{"RECORDS"});
         }
-    $hits = 0 unless @newresults;
+        $hits = 0 unless @newresults;
 
         foreach my $res (@newresults) {