X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=labels%2Flabel-edit-profile.pl;h=59c6abcfd5c0d269d713604d43aa15a52b088572;hb=130e3d9c108fb35955ab9a9944e16946537aafe9;hp=b1145548f27b21ff94ce8b78efe5ba72f4ca8464;hpb=7475c9dd476cb4343583e2778efd5b05495ba8c6;p=koha.git diff --git a/labels/label-edit-profile.pl b/labels/label-edit-profile.pl index b1145548f2..59c6abcfd5 100755 --- a/labels/label-edit-profile.pl +++ b/labels/label-edit-profile.pl @@ -25,8 +25,8 @@ use CGI; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); -use C4::Creators 1.000000; -use C4::Labels 1.000000; +use C4::Creators; +use C4::Labels; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user(