Bugzilla – Attachment 52342 Details for
Bug 16672
Add ability to remove expired holidays from special_holidays
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16672 [QA Followup] - Convert negative days to positive days
Bug-16672-QA-Followup---Convert-negative-days-to-p.patch (text/plain), 738 bytes, created by
Kyle M Hall (khall)
on 2016-06-13 18:27:20 UTC
(
hide
)
Description:
Bug 16672 [QA Followup] - Convert negative days to positive days
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-13 18:27:20 UTC
Size:
738 bytes
patch
obsolete
>From 0de7f65ca3ccb7e6e0aba7d7fa8e79d122d2929e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 13 Jun 2016 18:26:22 +0000 >Subject: [PATCH] Bug 16672 [QA Followup] - Convert negative days to positive > days > >--- > misc/cronjobs/cleanup_database.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl >index d9004ef..1987fde 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -299,7 +299,7 @@ if( $pUnvSelfReg ) { > } > > if ($special_holidays_days) { >- DeleteSpecialHolidays($special_holidays_days); >+ DeleteSpecialHolidays( abs($special_holidays_days) ); > } > > exit(0); >-- >2.1.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 16672
:
52081
|
52342
|
52353
|
52354
|
52355