https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29501
--- Comment #15 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
