From 11d158a4e77a5c0a77eb437964e3e3e749607ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 15 Mar 2015 12:14:55 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from opac/opac-messaging.pl To test: Apply patch Verify that C4::Dates is not used in code Signed-off-by: Jonathan Druart --- opac/opac-messaging.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-messaging.pl b/opac/opac-messaging.pl index b0c1cde..58fccf0 100755 --- a/opac/opac-messaging.pl +++ b/opac/opac-messaging.pl @@ -27,7 +27,6 @@ use C4::Context; use C4::Koha; use C4::Circulation; use C4::Output; -use C4::Dates qw/format_date/; use C4::Members; use C4::Members::Messaging; use C4::Branch; -- 2.1.0