[Koha-bugs] [Bug 9372] Automatic carriage return in message_queue where content_type is html

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 11 20:50:49 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14546|0                           |1
        is obsolete|                            |

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 14548
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14548&action=edit
Bug 9372 - Automatic carriage return in message_queue where content_type is
html - Followup

The patch for bug 9372 causes all whitespace to be stripped from a message.
This is because
the $content variable was previously loaded with the content and then stripped
of whitespace
to determine if the message had any text. The previous patch for 9372 then used
the $content
variable as if it were the original unmodified content of the message.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list