[Koha-bugs] [Bug 10727] Replace carriage return with <br /> when writing hold notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 2 03:07:54 CEST 2013


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

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |srdjan at catalyst.net.nz

--- Comment #2 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
In such cases, it is slightly better to say (within the loop):
local $_ = $message->{'content'};
S/// ...

That saves two var copies.

I will make that change when signing off.

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


More information about the Koha-bugs mailing list