X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mainpage.pl;h=8116eebdb0bee5bf7ecaa541cf7ac0b2f451cdc2;hb=057fa1ac240e75e23e4f3cfc6486adb8272eb213;hp=cdd6a9ab4479bf803065bc6a601766723c26e8fc;hpb=2d46b42cd60c5a6810207b2c962e98b965b0e1bb;p=koha.git diff --git a/mainpage.pl b/mainpage.pl index cdd6a9ab44..8116eebdb0 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -17,7 +17,6 @@ # use strict; -require Exporter; use CGI; use C4::Output; @@ -49,8 +48,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( authnotrequired => 0, flagsrequired => { catalogue => 1, - circulate => 1, - borrowers => 1, }, } );