X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=clubs%2Fclubs-add-modify.pl;h=4a41f5c77a1bbd37f1fa9a77b9c1cd91cc4c02bb;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=058d8222ba5c763ef5a8893d7df4056e3b9b2df6;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/clubs/clubs-add-modify.pl b/clubs/clubs-add-modify.pl index 058d8222ba..4a41f5c77a 100755 --- a/clubs/clubs-add-modify.pl +++ b/clubs/clubs-add-modify.pl @@ -21,10 +21,10 @@ use Modern::Perl; use CGI; -use C4::Auth; -use C4::Output; +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_html_with_http_headers ); use Koha::Database; -use Koha::DateUtils qw(dt_from_string); +use Koha::DateUtils qw( dt_from_string ); use Koha::Clubs; use Koha::Club::Fields;