https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22461
--- Comment #20 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize from comment #12) > Jonathan isn't around much at the moment so Katrin asked me to check in > here. I believe Jonathans last followup was somewhat flawed (looks like a > copy paste issue). Martin, I tried to reuse the previous code to prevent other regressions. But it seems I left a 'grep'. The code was: - my $new_member = { map { join(' ',@columns) =~ /$_/ ? ( $_ => $data{$_} ) : () } keys(%data) } ; So, I am now wondering: should not you test 'exists' instead of 'defined' in your code? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
