Bug 14951: Remove C4::Dates from plugins/*.pl files
authorMarc Véron <veron@veron.ch>
Sun, 4 Oct 2015 18:39:44 +0000 (20:39 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 6 Oct 2015 13:29:42 +0000 (10:29 -0300)
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ä <j.kylmala@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

plugins/plugins-home.pl
plugins/run.pl

index a770224..225a560 100755 (executable)
@@ -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;
 
index 907d793..86c7c36 100755 (executable)
@@ -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;