Bug 6875 cleaning opac-main.pl

C4::VirtualShelves, C4::Branch and C4::Acquisition are useless, removing their
loading

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Paul Poulain 2011-09-17 00:40:03 +02:00
parent 056b5faa40
commit 6fbe49ce31

View file

@ -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;