9 May
2019
9 May
'19
4:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- A good reason for that change: - @mandatoryfields = sort split(/\s*\,\s*/, $fldsreq_sp); + @mandatoryfields = split( ",", $fldsreq_sp ); ? I think the regex must be kept as it, just in case. -- You are receiving this mail because: You are watching all bug changes.