31 Mar
2011
31 Mar
'11
6:21 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5462 --- Comment #15 from Owen Leonard <oleonard@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.