[koha-commits] main Koha release repository branch master updated. v16.11.00-471-gd5446ed

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 16:42:41 CET 2017


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  d5446ed480283c37598a46271fea6c568e3919b2 (commit)
       via  8c8b17b114f3a7248634c695a70defed36be7a7a (commit)
      from  2877575ae0a515161b14fcaae41fdf3c66d210f1 (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 d5446ed480283c37598a46271fea6c568e3919b2
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Jan 4 16:11:03 2017 +0000

    Bug 17846: Remove get_infos_of declaration
    
    The function which was removed was still being exported.
    This removes it completely.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8c8b17b114f3a7248634c695a70defed36be7a7a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 4 12:39:18 2017 +0100

    Bug 17846: Remove C4::Koha::get_infos_of
    
    This subroutine does not longer make any senses. The call to
    get_infos_of can be replaced with $dbh->selectall_hashref.
    The third argument of this subroutine was never used.
    
    Test plan (for developer only):
    Compare the 2 codes and confirm that they are equivalent
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm |    3 ++-
 C4/Items.pm  |    3 ++-
 C4/Koha.pm   |   49 -------------------------------------------------
 3 files changed, 4 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list