Bugzilla – Attachment 22113 Details for
Bug 10538
Improve importation of .CSV framework files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8368: (follow-up) restore use of quoted printable for message body
Bug-8368-follow-up-restore-use-of-quoted-printable.patch (text/plain), 994 bytes, created by
Joy Nelson
on 2013-10-20 21:16:07 UTC
(
hide
)
Description:
Bug 8368: (follow-up) restore use of quoted printable for message body
Filename:
MIME Type:
Creator:
Joy Nelson
Created:
2013-10-20 21:16:07 UTC
Size:
994 bytes
patch
obsolete
>From d339868acdcb7ac633fb15744bf5804292baed22 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Fri, 18 Oct 2013 07:25:29 +0000 >Subject: [PATCH] Bug 8368: (follow-up) restore use of quoted printable for message body > >This is necessary to prevent the equals sign that is part of the >link back to the OPAC from being mangled, thereby breaking the >link. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Joy Nelson <joy@bywatersolutions.com> > >http://bugs.koha-community.org/show_bug.cgi?id=10538 >--- > opac/opac-sendshelf.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/opac/opac-sendshelf.pl b/opac/opac-sendshelf.pl >index cc70765..80b54e2 100755 >--- a/opac/opac-sendshelf.pl >+++ b/opac/opac-sendshelf.pl >@@ -134,6 +134,7 @@ if ( $email ) { > : "list.txt"; > > my ($body) = $template_res =~ /<MESSAGE>\n(.*)\n?<END_MESSAGE>/s; >+ $body = encode_qp($body); > > my $boundary = "====" . time() . "===="; > >-- >1.7.2.5
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 10538
:
19400
|
22112
|
22113
|
22114