[Koha-bugs] [Bug 8015] Add MARC Modifications Templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 9 16:28:21 CEST 2013


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21485|0                           |1
        is obsolete|                            |

--- Comment #164 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 21917
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21917&action=edit
Bug 8015: Get rid of eval for evaluating =~ m//

Koha::SimpleMarc::field_equals uses eval in order to check if a string
matches a pattern.
Now this eval is removed and the "regex" variable does not contain the
regex separated character (/ or |).

Regression: Before this patch, the user was able to user a modifier. Now
it is not possible.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

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


More information about the Koha-bugs mailing list