[koha-commits] main Koha release repository branch new/bug_8311 created. v3.08.00-368-g36f1fb6

Git repo owner gitmaster at git.koha-community.org
Fri Jun 29 16:17:13 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_8311 has been created
        at  36f1fb630852ce33f23299e530c2d9633455ee77 (commit)

- Log -----------------------------------------------------------------
commit 36f1fb630852ce33f23299e530c2d9633455ee77
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Jun 25 12:11:35 2012 -0400

    Bug 8311: Fix scoping error in C4::Auth
    
    There is a mis-scoped function call in C4::Auth, on line 154, where
    GetMembers is called without explicit scoping and before
    'require C4::Members;'. This does not actually have any functional
    ramifications as far as I can tell, but it would be a good idea to fix
    it.
    
    This patch also corrects a bit of indenting in that area, because it was
    an unnecessary challenge to understand the code with the mis-indenting.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list