BIG COMMIT: minimal fix to authorities search
[koha_fer] / authorities / auth_finder.pl
index ba12b29..22330e2 100755 (executable)
@@ -69,7 +69,6 @@ if ( $op eq "do_search" ) {
       SearchAuthorities( \@marclist, \@and_or, \@excluding, \@operator, \@value,
         $startfrom * $resultsperpage,
         $resultsperpage, $authtypecode, $orderby);
-
     # multi page display gestion
     my $displaynext = 0;
     my $displayprev = $startfrom;