2 Jun
2014
2 Jun
'14
3:37 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12151 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 28616 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28616&action=edit Bug 12151: Remove use of smartmatch operator in tools/batchMod.pl The '~~' smartmatch operator is used to compare MARC::Field->subfield(code) (i.e. a string) and the text element of each MARC::Field->subfields() which is also plain text. Substituting '~~' for 'eq' should be harmless then. Regards To+ -- You are receiving this mail because: You are watching all bug changes.