Bugzilla – Attachment 52355 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: Fix typo unqiue vs unique
Bug-16672-Fix-typo-unqiue-vs-unique.patch (text/plain), 931 bytes, created by
Jonathan Druart
on 2016-06-14 09:17:13 UTC
(
hide
)
Description:
Bug 16672: Fix typo unqiue vs unique
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-14 09:17:13 UTC
Size:
931 bytes
patch
obsolete
>From 0cbefe9041bdc6a62081f7cc64ab9ade0b24329a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 Jun 2016 10:15:58 +0100 >Subject: [PATCH] Bug 16672: Fix typo unqiue vs unique > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 1987fde..8ce0469 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -408,5 +408,5 @@ sub DeleteSpecialHolidays { > WHERE DATE( CONCAT( year, '-', month, '-', day ) ) < DATE_SUB( CAST(NOW() AS DATE), INTERVAL ? DAY ); > }); > my $count = $sth->execute( $days ) + 0; >- print "Removed $count unqiue holidays\n" if $verbose; >+ print "Removed $count unique holidays\n" if $verbose; > } >-- >2.8.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 16672
:
52081
|
52342
|
52353
|
52354
| 52355