[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.00-14-g66f5b79

Git repo owner gitmaster at git.koha-community.org
Tue Jun 5 12:53:47 CEST 2018


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, 18.05.x has been updated
       via  66f5b793ed8e52372466122263cac0ddd84dea63 (commit)
      from  ddc2f3f7eef9702a88cc0326724583c94dcd3d59 (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 66f5b793ed8e52372466122263cac0ddd84dea63
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 2 16:13:20 2018 +0200

    Bug 20696: Fix a few ugly "eq undef" comparisons in Search.pm
    
    Comparisons like $a eq undef should normally raise a warning like:
        Use of uninitialized value in string eq at ...
    But unfortunately we still suppress warnings here and there.
    
    Test plan:
    [1] Just read this patch and confirm the small changes.
    [2] Git grep on "eq undef" and do not find other occurrences.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Passes test plan and QA tools. Searching works correctly.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Search.pm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list