Bugzilla – Attachment 49337 Details for
Bug 16106
minor spelling correction to comment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16106 Correct loose to lose in comment
Bug-16106-Correct-loose-to-lose-in-comment.patch (text/plain), 1.87 KB, created by
Mark Tompsett
on 2016-03-20 17:18:05 UTC
(
hide
)
Description:
Bug 16106 Correct loose to lose in comment
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-03-20 17:18:05 UTC
Size:
1.87 KB
patch
obsolete
>From 67ed243ad77aa52f9e48f8d4af822ccf6d4956e0 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Fri, 18 Mar 2016 13:49:56 +0000 >Subject: [PATCH] Bug 16106 Correct loose to lose in comment > >Comment was using incorrect (but similarly spelled) word, obscuring >the meaning slightly. Also corrected the release note altering the >grammar there additionally as it should have been 3rd person singular >so that it now reads more clearly > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > misc/plack/koha.psgi | 2 +- > misc/release_notes/release_notes_3_22_0.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/plack/koha.psgi b/misc/plack/koha.psgi >index 947bb02..dbabe91 100644 >--- a/misc/plack/koha.psgi >+++ b/misc/plack/koha.psgi >@@ -5,7 +5,7 @@ use lib qw( ./lib ); > use Plack::Middleware::Debug; > use Plack::App::Directory; > >-use CGI qw(-utf8 ); # we will loose -utf8 under plack >+use CGI qw(-utf8 ); # we will lose -utf8 under plack > { > no warnings 'redefine'; > my $old_new = \&CGI::new; >diff --git a/misc/release_notes/release_notes_3_22_0.txt b/misc/release_notes/release_notes_3_22_0.txt >index 3f1d773..fe68042 100644 >--- a/misc/release_notes/release_notes_3_22_0.txt >+++ b/misc/release_notes/release_notes_3_22_0.txt >@@ -528,7 +528,7 @@ Architecture, internals, and plumbing > 12320 normal $.cookie('foo', null) deprecated > 13265 normal Still too many search cursor cookies > 13805 normal Installer does not work under Plack >- 13815 normal Plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere >+ 13815 normal Plack loses CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere > 14351 normal Remove given-when from opac-search.pl > 14494 normal Terribly slow checkout caused by DateTime->new in far future > 14522 normal Use Koha::Cache for accessing single_holidays() >-- >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 16106
:
49317
|
49337
|
49343