Bugzilla – Attachment 43096 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.16 KB, created by
Marc Véron
on 2015-10-04 18:45:10 UTC
(
hide
)
Description:
Bug 14951 - Remove C4::Dates from plugins/*.pl files
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-10-04 18:45:10 UTC
Size:
1.16 KB
patch
obsolete
>From 077953f9596d50b881ec367473d95c6b70591ba9 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 > >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 >--- > 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.7.10.4
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