X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tags%2Freview.pl;h=7517f4167e233602a879001bdc34f6ac16e7eab0;hb=130e3d9c108fb35955ab9a9944e16946537aafe9;hp=8ea282d58b227c49c6ae2870fbb1b173af6ebe2c;hpb=7475c9dd476cb4343583e2778efd5b05495ba8c6;p=koha_fer diff --git a/tags/review.pl b/tags/review.pl index 8ea282d58b..7517f4167e 100755 --- a/tags/review.pl +++ b/tags/review.pl @@ -30,9 +30,9 @@ use C4::Auth qw(:DEFAULT check_cookie_auth); use C4::Context; use C4::Dates qw(format_date format_date_in_iso); # use C4::Koha; -use C4::Output 3.02 qw(:html :ajax pagination_bar); +use C4::Output qw(:html :ajax pagination_bar); use C4::Debug; -use C4::Tags 0.03 qw(get_tags get_approval_rows approval_counts whitelist blacklist is_approved); +use C4::Tags qw(get_tags get_approval_rows approval_counts whitelist blacklist is_approved); my $script_name = "/cgi-bin/koha/tags/review.pl"; my $needed_flags = { tools => 'moderate_tags' }; # FIXME: replace when more specific permission is created.