[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 Mar 31 18:21:01 CEST 2011


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

--- Comment #15 from Owen Leonard <oleonard at myacpl.org> 2011-03-31 16:21:01 UTC ---
Created attachment 3578
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3578
Fix for patron messaging attributes

Doing a replace on non-word characters:

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

This seems to work with the existing message name values, but I don't know if
that is robust enough to prevent future issues.

-- 
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