[Koha-bugs] [Bug 5462] Fix variable names so we dont break template::toolkit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 12 21:55:34 CEST 2011


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

--- Comment #17 from Zeno Tajoli <tajoli at cilea.it> 2011-05-12 19:55:34 UTC ---
This bug is partial done in 3.6.x tree.
To do:
Insert this line at C4/Members/Messaging.pm,line 212:

$row->{'message_name'} =~ s/\W/\_/g;

With this last commit the bug is done.
Or, more exactly, all patch here present will be commit into the master.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list