From 13a0075dd45547bf9c6018ac6ec8c479bb6a6415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 15 Mar 2015 12:23:05 +0100 Subject: [PATCH] Remove superfluous use 'C4::Dates' from opac/opac-privacy.pl To test: Apply patch Verify that C4::Dates is not used in code http://bugs.koha-community.org/show_bug.cgi?id=13813 --- opac/opac-privacy.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-privacy.pl b/opac/opac-privacy.pl index 4d611a3..9dfaec9 100755 --- a/opac/opac-privacy.pl +++ b/opac/opac-privacy.pl @@ -24,7 +24,6 @@ use C4::Context; use C4::Circulation; use C4::Members; use C4::Output; -use C4::Dates; my $query = new CGI; -- 1.7.10.4