|
Lines 504-509
for (my $i=0;$i<@servers;$i++) {
Link Here
|
| 504 |
$template->param(ShowOpacRecentSearchLink => 1); |
504 |
$template->param(ShowOpacRecentSearchLink => 1); |
| 505 |
} |
505 |
} |
| 506 |
|
506 |
|
|
|
507 |
shift @recentSearches if (@recentSearches > 15); |
| 507 |
# Pushing the cookie back |
508 |
# Pushing the cookie back |
| 508 |
$newsearchcookie = $cgi->cookie( |
509 |
$newsearchcookie = $cgi->cookie( |
| 509 |
-name => 'KohaOpacRecentSearches', |
510 |
-name => 'KohaOpacRecentSearches', |
| 510 |
- |
|
|