[Koha-patches] [PATCH] Bug4943: Search history cookie size limit

Chris Cormack chrisc at catalyst.net.nz
Mon Mar 28 23:11:11 CEST 2011


From: Matthias Meusburger <matthias.meusburger at biblibre.com>

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

diff --git a/opac/opac-search.pl b/opac/opac-search.pl
index d22049f..de22ebb 100755
--- a/opac/opac-search.pl
+++ b/opac/opac-search.pl
@@ -504,6 +504,7 @@ for (my $i=0;$i<@servers;$i++) {
      		    $template->param(ShowOpacRecentSearchLink => 1);
      		}
  
+            shift @recentSearches if (@recentSearches > 15);
      		# Pushing the cookie back 
      		$newsearchcookie = $cgi->cookie(
  					    -name => 'KohaOpacRecentSearches',
-- 
1.7.1



More information about the Koha-patches mailing list