From 7425e6bd11a4bbbeff850bfb3e71f6280969028b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 12 Mar 2015 15:41:55 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from Koha/Borrower/Files.pm To test: Apply patch Make sure that uploading arbitrary files for a patron works as before (Set syspref EnableBorrowerFiles for testing ) Signed-off-by: Jonathan Druart --- Koha/Borrower/Files.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Borrower/Files.pm b/Koha/Borrower/Files.pm index d816454..4728734 100644 --- a/Koha/Borrower/Files.pm +++ b/Koha/Borrower/Files.pm @@ -23,7 +23,6 @@ use vars qw($VERSION); use C4::Context; use C4::Output; -use C4::Dates; use C4::Debug; BEGIN { -- 2.1.0