From bafe647b6a9d543aafb772dbe3c67e3f073572cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 15 Mar 2015 12:25:42 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from opac/opac-ratings.pl To test: Apply patch Verify that C4::Dates is not used in code Signed-off-by: Jonathan Druart --- opac/opac-ratings.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-ratings.pl b/opac/opac-ratings.pl index 552d8a6..f24ebdf 100755 --- a/opac/opac-ratings.pl +++ b/opac/opac-ratings.pl @@ -32,7 +32,6 @@ use CGI::Cookie; use C4::Auth qw(:DEFAULT check_cookie_auth); use C4::Context; use C4::Output; -use C4::Dates qw(format_date); use C4::Biblio; use C4::Ratings; use C4::Debug; -- 2.1.0