Bugzilla – Attachment 43100 Details for
Bug 14951
Remove C4::Dates from plugins/*.pl files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14951 - Remove C4::Dates from plugins/*.pl files
Bug-14951---Remove-C4Dates-from-pluginspl-files.patch (text/plain), 1.29 KB, created by
Joonas Kylmälä
on 2015-10-05 06:46:28 UTC
(
hide
)
Description:
Bug 14951 - Remove C4::Dates from plugins/*.pl files
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2015-10-05 06:46:28 UTC
Size:
1.29 KB
patch
obsolete
>From 0080262afefc0599ac3e2ff32370319d60b5db75 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >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ä <j.kylmala@gmail.com> >--- > 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; > >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14951
:
43096
|
43100
|
43152