X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-main.pl;h=61d288af0fb49ff7a67c040b6497483beff28cce;hb=1e7437bbae653840136fd1c2faed80a83aa08d2b;hp=ff71006d4dea432f4057f31223c141adec8600e1;hpb=6b8be20497dd877c4ba5c5278a89fd82fc0862a9;p=koha_fer diff --git a/opac/opac-main.pl b/opac/opac-main.pl index ff71006d4d..61d288af0f 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -21,11 +21,8 @@ use warnings; use CGI; use C4::Auth; # get_template_and_user use C4::Output; -use C4::VirtualShelves; -use C4::Branch; # GetBranches use C4::Members; # GetMember use C4::NewsChannels; # get_opac_news -use C4::Acquisition; # GetRecentAcqui use C4::Languages qw(getTranslatedLanguages accept_language); my $input = new CGI;