https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697
--- Comment #60 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #59) > (In reply to Marcel de Rooy from comment #48) > > +my $invalid_marc_record = $@ || !$marc_record; > > +if ($invalid_marc_record) { > > + $template->param( decoding_error => $@ ); > > > > Theoretically $@ might be empty but there is not $marc_record. > > So you could provide a fallback for no error message in the last line.. > > Indeed. No idea what's better. Do you think we need to pass another variable > to the template (invalid_marc_record set to 1)? Or just $@ // 'some great message' to keep it simple and not touch the template? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
