X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-search-history.pl;h=019fdc6b691a602b0b2bd138799027e753321629;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=64c696dde77ddf5f6e8c7e77098b5175da00ac8d;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/opac/opac-search-history.pl b/opac/opac-search-history.pl index 64c696dde7..019fdc6b69 100755 --- a/opac/opac-search-history.pl +++ b/opac/opac-search-history.pl @@ -19,16 +19,12 @@ use Modern::Perl; -use C4::Auth qw(:DEFAULT get_session); +use C4::Auth qw( get_template_and_user ); use CGI qw ( -utf8 ); use C4::Context; -use C4::Output; -use C4::Log; -use C4::Items; +use C4::Output qw( output_html_with_http_headers ); use C4::Search::History; -use URI::Escape; -use POSIX qw(strftime); my $cgi = CGI->new;