View | Details | Raw Unified | Return to bug 8381
Collapse All | Expand All

(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 632-638 for (my $i=0;$i<@servers;$i++) { Link Here
632
            else {
632
            else {
633
                # To the session (the user is logged in)
633
                # To the session (the user is logged in)
634
                if (($params->{'offset'}||'') eq '') {
634
                if (($params->{'offset'}||'') eq '') {
635
                    AddSearchHistory($borrowernumber, $cgi->cookie("CGISESSID"), $query_desc, $query_cgi, $total);
635
                    AddSearchHistory($borrowernumber, $cgi->cookie("CGISESSID"), $query_desc_history, $query_cgi_history, $total);
636
                    $template->param(ShowOpacRecentSearchLink => 1);
636
                    $template->param(ShowOpacRecentSearchLink => 1);
637
                }
637
                }
638
            }
638
            }
639
- 

Return to bug 8381