http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5462
--- Comment #15 from Owen Leonard <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
