21 Mar
2022
21 Mar
'22
1:25 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501 --- Comment #11 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- - unless $format =~ m[^html$|^csv$|^ods$]; + unless $format =~ m/^html$|^csv$|^ods$/; Why? Unnecessary change. -- You are receiving this mail because: You are watching all bug changes.