From f6c49a78365be73cc8aa1d9e3970de084c188496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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=UTF-8 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 --- 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 a770224..225a560 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 907d793..86c7c36 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.1.0