28 Oct
2021
28 Oct
'21
10:52 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #141 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 127032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127032&action=edit Bug 27526: Fix SubfieldsToUseWhenPrefill my $a = "z"; my @x = split ( ' ', $a ) || (""); @x will be [1] Which is not at all what we are expecting here! Be more verbose and don't introduce bug. -- You are receiving this mail because: You are watching all bug changes.