opac/opac-search.pl had a remaining >
---
 opac/opac-search.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opac/opac-search.pl b/opac/opac-search.pl
index 8cbc92f..843a7ea 100755
--- a/opac/opac-search.pl
+++ b/opac/opac-search.pl
@@ -440,7 +440,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')) {
-- 
1.6.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to