From f122ac820d99532d38032ef482fd5f9c627e3968 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sat, 17 Sep 2011 00:40:03 +0200 Subject: [PATCH] Bug 6875 cleaning opac-main.pl Content-Type: text/plain; charset="UTF-8" C4::VirtualShelves, C4::Branch and C4::Acquisition are useless, removing their loading Signed-off-by: Jared Camins-Esakov --- opac/opac-main.pl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/opac/opac-main.pl b/opac/opac-main.pl index ff71006..61d288a 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; -- 1.7.2.5