X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tags%2Flist.pl;h=5813c83b406c0a979cfffb3dc86963e6f0afa5ce;hb=788d6bd724abf2573f699a90d0b7857e01264584;hp=6a363ac11244dbaa04ed7beca47b84d77ef04f2e;hpb=098ac933153193868775fbd1e6516c01d31c7081;p=srvgit diff --git a/tags/list.pl b/tags/list.pl index 6a363ac112..5813c83b40 100755 --- a/tags/list.pl +++ b/tags/list.pl @@ -27,7 +27,7 @@ use C4::Context; use C4::Dates qw(format_date); use C4::Items; use C4::Koha; -use C4::Tags 0.03 qw(get_tags remove_tag get_tag_rows); +use C4::Tags qw(get_tags remove_tag get_tag_rows); use C4::Output; my $needed_flags = { tools => 'moderate_tags' @@ -41,7 +41,7 @@ my $tag_id = $query->param('tag_id'); my ( $template, $borrowernumber, $cookie ) = get_template_and_user( { - template_name => "tags/list.tmpl", + template_name => "tags/list.tt", query => $query, type => "intranet", debug => 1,