[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-3-g89a8a17

Git repo owner gitmaster at git.koha-community.org
Wed Oct 23 16:00:30 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  89a8a17fdc793b145fc0d7bdcef601698b36fdaa (commit)
      from  f22431c2a1415627c9155ee52b5a19ecef01e9ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89a8a17fdc793b145fc0d7bdcef601698b36fdaa
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Oct 10 14:09:19 2013 +0100

    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, verify that
        relevant authority records are linked to from the bib.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 cataloguing/addbiblio.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list