Bugzilla – Attachment 42922 Details for
Bug 14522
Use Koha::Cache for accessing single_holidays()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14522 [QA Followup] - Remove $single_holidays global
PASSED-QA-Bug-14522-QA-Followup---Remove-singlehol.patch (text/plain), 805 bytes, created by
Kyle M Hall (khall)
on 2015-09-28 14:24:58 UTC
(
hide
)
Description:
[PASSED QA] Bug 14522 [QA Followup] - Remove $single_holidays global
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-28 14:24:58 UTC
Size:
805 bytes
patch
obsolete
>From fbf4975fcc20d8fa6e1a9bbdc39b0a18778b0737 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 28 Sep 2015 10:21:39 -0400 >Subject: [PATCH] [PASSED QA] Bug 14522 [QA Followup] - Remove $single_holidays global > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Calendar.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/Koha/Calendar.pm b/Koha/Calendar.pm >index 550f063..1702a81 100644 >--- a/Koha/Calendar.pm >+++ b/Koha/Calendar.pm >@@ -59,7 +59,7 @@ sub _init { > # 3.16, bug 8089 will be fixed and we can switch the caching over > # to Koha::Cache. > >-our ( $exception_holidays, $single_holidays ); ## no need for $single_holidays now, surely? >+our $exception_holidays; > > sub exception_holidays { > my ( $self ) = @_; >-- >1.7.2.5
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 14522
:
41050
|
42255
|
42851
|
42855
|
42856
|
42887
|
42888
|
42919
|
42920
|
42921
| 42922 |
42926
|
43070
|
43071