Followup Adding OPACSEARCH history
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Fri, 28 Aug 2009 21:47:54 +0000 (23:47 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:13 +0000 (11:30 +0200)
opac/opac-search.pl had a remaining >

opac/opac-search.pl

index 5c1610a..aa4118e 100755 (executable)
@@ -441,7 +441,6 @@ for (my $i=0;$i<=@servers;$i++) {
        if ($results_hashref->{$server}->{"hits"}){
            $total = $total + $results_hashref->{$server}->{"hits"};
        }
-    > 
        # Opac search history
        my $newsearchcookie;
        if (C4::Context->preference('EnableOpacSearchHistory')) {