X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=mainpage.pl;h=6a0c1af2e9fd38ddb718da006702569965da36b2;hb=ded47a7793dc2bf8568a01ce2d7b8467d6f3b5b8;hp=fa5e8143ea42c41bca8c7c2146ea83504957e9ad;hpb=3bf4859a8b4e867b5c0d0c2e10471c8ecbb2014e;p=koha_gimpoz diff --git a/mainpage.pl b/mainpage.pl index fa5e8143ea..6a0c1af2e9 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -17,8 +17,7 @@ # use strict; -require Exporter; - +use warnings; use CGI; use C4::Output; use C4::Auth; @@ -53,10 +52,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); -my $marc_p = C4::Context->boolean_preference("marc"); - $template->param( - NOTMARC => !$marc_p, authtypesloop => \@authtypesloop );