30 Jul
2021
30 Jul
'21
9:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28773 --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- WARNING: OUT OF SCOPE Just strolling into I18N, I am seeing this: sub _expand { my ($text, %vars) = @_; my $re = join '|', map { quotemeta $_ } keys %vars; $text =~ s/\{($re)\}/defined $vars{$1} ? $vars{$1} : "{$1}"/ge; Can this be true? -- You are receiving this mail because: You are watching all bug changes.