X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Frouting-lists.pl;h=81ad7980ab0fd242a41b6068825061d16d1472ae;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=dee5845a0dd6fbfd2307f4ad7cf8641544812a4f;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/members/routing-lists.pl b/members/routing-lists.pl index dee5845a0d..81ad7980ab 100755 --- a/members/routing-lists.pl +++ b/members/routing-lists.pl @@ -19,8 +19,8 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use C4::Output; -use C4::Auth qw/:DEFAULT/; +use C4::Output qw( output_and_exit_if_error output_and_exit output_html_with_http_headers ); +use C4::Auth qw( get_template_and_user ); use C4::Members; use C4::Context; use C4::Serials;