[koha-commits] main Koha release repository branch new/bug_7874 created. v3.06.00-1043-gce046f9

Git repo owner gitmaster at git.koha-community.org
Wed Apr 4 18:33:52 CEST 2012


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, new/bug_7874 has been created
        at  ce046f9a732a74a7b6a5ddca228d2579c08d288d (commit)

- Log -----------------------------------------------------------------
commit ce046f9a732a74a7b6a5ddca228d2579c08d288d
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Apr 2 15:06:28 2012 +0100

    Stop unnecessary warnings in get_language
    
    Refactor code to be more idiomatic and clarify its intention was testing
    undef against languages causing log warn was creating and assigning to
    unnecessary variables calling accept_language with an undef is an
    expensive way to get undef returned to the caller test we are asking it
    a meabingful question use any rather than first ( we dont care about
    firstness it should be unique anyway but it obscures the meaning of the
    test ) split takes a pattern not a string
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Having put my hands recently in this part of Koha code, I can confirm
    that this patch fix log warnings, and add clarity and conciseness.
    
    http://bugs.koha-community.org/show_bug.cgi?id=7874
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 2bc542789fdf9d551a408bc8349daa062a37c496
Merge: d0b2d72 9d65f66
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Apr 4 18:18:26 2012 +0200

    Merge remote-tracking branch 'origin/new/bug_7284'

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list