From 0ab731ae7659554734d09d86ee4d02419c02fa98 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 Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com (cherry picked from commit 515e2d7c9d2b5afe3f7c0618596f1d9e5e699315) Signed-off-by: Julian Maurice --- 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 947bb0277f..dbabe91688 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 3f1d773009..fe680429a2 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.20.1