[Koha-bugs] [Bug 24903] Special characters like parentheses in numbering pattern cause duplication in recievedlist

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 10 08:22:50 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24903

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #14 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This is not the correct way to handle "special characters" in regex, you must
surround the $var with \Q \E instead.

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


More information about the Koha-bugs mailing list