From 67ed243ad77aa52f9e48f8d4af822ccf6d4956e0 Mon Sep 17 00:00:00 2001 From: Colin Campbell 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 --- 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