24 Jul
2026
24 Jul
'26
6:26 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932 --- Comment #42 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- I have added a helper sub to validate the format: + my ( $filter, @pairs ) = _parse_format($format); + next unless @pairs; + next if $filter && $key !~ /$filter/; -- You are receiving this mail because: You are watching all bug changes.