[Koha-bugs] [Bug 11034] BiblioAutoLink has incorrect return in addbiblio.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 20 20:02:46 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11034

--- Comment #2 from Galen Charlton <gmcharlt at gmail.com> ---
Created attachment 22086
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22086&action=edit
Bug 11034: remove incorrect return for BiblioAutoLink

BiblioAutoLink was being called expecting an array to
be returned. The subroutine in fact returns a scalar

As the variables that the return was stored in, went
out of scope immediately. It is probably better to be
explicit that we are throwing the return away by not
going through the motions of storing it in a variable

To test:

[1] Add or save a bib record using the cataloging editor.
[2] Verify that no regressions have occurred
[3] (optional) If BiblioAddsAuthorities is on, verfiy that
    relevant authority records are linked to.

Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list