From: Marc Véron Date: Sun, 4 Oct 2015 18:39:44 +0000 (+0200) Subject: Bug 14951: Remove C4::Dates from plugins/*.pl files X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=dc7a71e8f9fea1749e271781383c1d8adc34c902;p=koha.git Bug 14951: Remove C4::Dates from plugins/*.pl files 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 --- 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;