From 7743f627fb0f2f52f48be999e5a6b8cac5ee6c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 13 Mar 2015 15:40:24 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from C4/Biblio.pm To test: Apply patch Verify that C4::Dates is not used in code. --- C4/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 8d62a61..5c67421 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -31,7 +31,6 @@ use POSIX qw(strftime); use Module::Load::Conditional qw(can_load); use C4::Koha; -use C4::Dates qw/format_date/; use C4::Log; # logaction use C4::Budgets; use C4::ClassSource; -- 1.7.10.4