From 23d3cf9a6ad97c05c3923aa06c9dbea19ca36d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 12 Mar 2015 21:19:53 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from tags/list.pl To test: Apply patch Verify in code that C4::Dates is not necessary in tags/list.pl Set sysprefs to TagsEnabled and TagsModeration Got to Home > Tools > Tags In table of tags, click on a Term You should get a page Home > Tools > Tags > Results for [Term] Signed-off-by: Jonathan Druart --- tags/list.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tags/list.pl b/tags/list.pl index 24265a1..532cf18 100755 --- a/tags/list.pl +++ b/tags/list.pl @@ -24,7 +24,6 @@ use CGI qw ( -utf8 ); use C4::Auth qw(:DEFAULT check_cookie_auth); use C4::Biblio; use C4::Context; -use C4::Dates qw(format_date); use C4::Items; use C4::Koha; use C4::Tags qw(get_tags remove_tag get_tag_rows); -- 2.1.0