30 Oct
2017
30 Oct
'17
11:02 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #49 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #46)
2/ return wantarray ? @retval : ( @retval ? $retval[0] : undef ); This is not necessary, do not do that please. Caller can do my ( $v ) = the_sub(); Not blocker.
This is about GetMarcFromKohaField. Bug 19097 will adjust all calls. This seems imo now the best opportunity to address this point and verify that we should miss a call in scalar context. I will also need to remove the associated test. Added a comment on that bug. If it is no blocker, leave it now as-is here. -- You are receiving this mail because: You are watching all bug changes.