From dc7a71e8f9fea1749e271781383c1d8adc34c902 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Sun, 4 Oct 2015 20:39:44 +0200 Subject: [PATCH] Bug 14951: Remove C4::Dates from plugins/*.pl files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch removes C4::Dates from: - plugins/plugins-home.pl - plugins/run.pl C4::Dates seem not to be used here, removed. For testing refer to: http://manual.koha-community.org/3.20/en/pluginsystem.html http://manual.koha-community.org/3.20/en/pluginsystem.html Signed-off-by: Joonas Kylmälä Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- plugins/plugins-home.pl | 1 - plugins/run.pl | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/plugins-home.pl b/plugins/plugins-home.pl index a7702244ad..225a560031 100755 --- a/plugins/plugins-home.pl +++ b/plugins/plugins-home.pl @@ -25,7 +25,6 @@ use CGI qw ( -utf8 ); use Koha::Plugins; use C4::Auth; use C4::Output; -use C4::Dates; use C4::Debug; use C4::Context; diff --git a/plugins/run.pl b/plugins/run.pl index 907d793a5c..86c7c360aa 100755 --- a/plugins/run.pl +++ b/plugins/run.pl @@ -25,7 +25,6 @@ use CGI qw ( -utf8 ); use Koha::Plugins::Handler; use C4::Auth; use C4::Output; -use C4::Dates; use C4::Debug; use C4::Context; -- 2.39.5