21 Mar
2022
21 Mar
'22
4:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501 --- Comment #15 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #11)
- unless $format =~ m[^html$|^csv$|^ods$]; + unless $format =~ m/^html$|^csv$|^ods$/;
Why? Unnecessary change.
I think I did it tepmorarily and then forgot, because of this: https://snipboard.io/3GwSsV.jpg -- You are receiving this mail because: You are watching all bug changes.