Bugzilla – Attachment 107023 Details for
Bug 25723
Improve efficiency of holiday calculation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25723: (QA follow-up) Remove unused module import
Bug-25723-QA-follow-up-Remove-unused-module-import.patch (text/plain), 772 bytes, created by
Joonas Kylmälä
on 2020-07-17 14:42:54 UTC
(
hide
)
Description:
Bug 25723: (QA follow-up) Remove unused module import
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2020-07-17 14:42:54 UTC
Size:
772 bytes
patch
obsolete
>From 59f95cbb33202cde15e17a8c1464a473c687833a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Fri, 17 Jul 2020 14:26:15 +0000 >Subject: [PATCH] Bug 25723: (QA follow-up) Remove unused module import > >The last usage of this module was removed in the commit >"Bug 25723: Update cache flushing calls" but the import was >not removed along with it. >--- > tools/newHolidays.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/tools/newHolidays.pl b/tools/newHolidays.pl >index f7a1929423..7644006a2c 100755 >--- a/tools/newHolidays.pl >+++ b/tools/newHolidays.pl >@@ -24,8 +24,6 @@ use CGI qw ( -utf8 ); > use C4::Auth; > use C4::Output; > >-use Koha::Caches; >- > use C4::Calendar; > use DateTime; > use Koha::DateUtils; >-- >2.11.0
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 25723
:
105789
|
105792
|
105793
|
105830
|
105831
|
105832
|
105833
|
105834
|
105835
|
105836
|
105936
|
105937
|
105939
|
105941
|
105947
|
105954
|
105955
|
105956
|
105957
|
105958
|
105959
|
105960
|
105961
|
105962
|
105963
|
105964
|
105965
|
105966
|
105967
|
105968
|
105969
|
105970
|
106991
|
106992
|
106993
|
106994
|
106995
|
106996
|
106997
|
106998
|
106999
|
107000
|
107001
|
107002
|
107003
|
107004
|
107005
|
107006
|
107007
|
107008
|
107009
|
107010
|
107013
|
107014
|
107015
|
107016
|
107017
|
107018
|
107019
|
107020
|
107021
|
107022
| 107023 |
107025