30 Oct
2017
30 Oct
'17
10:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097 --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Moving this QA comment on bug 19096 about sub GetMarcFromKohaField here also: 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. -- You are receiving this mail because: You are watching all bug changes.