Bugzilla – Attachment 73226 Details for
Bug 20299
Koha is a gift
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20299: Koha is a gift
Bug-20299-Koha-is-a-gift.patch (text/plain), 1.32 KB, created by
Katrin Fischer
on 2018-03-25 09:46:33 UTC
(
hide
)
Description:
Bug 20299: Koha is a gift
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-03-25 09:46:33 UTC
Size:
1.32 KB
patch
obsolete
>From 787f3e4e19e16885743ce7da331eb6f550a5c42e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 23 Mar 2018 13:02:29 +0000 >Subject: [PATCH] Bug 20299: Koha is a gift > >This patch updates the database update script replacing the "pile of >poo" emoji with the "wrapped gift" emoji. > >To test, apply the patch and go to Administration -> System preferences >-> Local use. Set the "Version" preference back to trigger a database >update. Go through the database update process and confirm that the >"Convert DB tables to utf8mb4" upgrade message includes a gift emoji. > >Signed-off-by: Mason James <mtj@kohaaloha.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 4c2f757025..a5d143e54a 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -15545,7 +15545,7 @@ if( CheckVersion( $DBversion ) ) { > } > $dbh->do(q|SET foreign_key_checks = 1|); > >- print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 ð©)\n"; >+ print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 ð)\n"; > SetVersion($DBversion); > } > >-- >2.14.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 20299
:
73176
|
73179
|
73224
|
73225
| 73226