[koha-commits] main Koha release repository branch master updated. v19.05.00-1108-g8387d6a

Git repo owner gitmaster at git.koha-community.org
Sat Oct 26 13:31:04 CEST 2019


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  8387d6a2d242c4b60e858c5a42574ec7928f3ecf (commit)
      from  d4af82d411613f4d12d5e3e31de399aa43355cb4 (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 8387d6a2d242c4b60e858c5a42574ec7928f3ecf
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Oct 26 11:58:18 2019 +0100

    Bug 23655: Restore debian Jessie support
    
    Bug 14570 inadveratntly introduced the use of selectall_array; A feature
    that was introduced to DBI version 1.635 which is not available in
    debian jessie at the time of writing.
    
    This patch replaces the call with selectall_arrayref which is supported
    and works with the rest of the existing code.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 about.pl |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list