[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.02-42-g19ad4e1

Git repo owner gitmaster at git.koha-community.org
Fri Jun 29 23:49:06 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, 3.8.x has been updated
       via  19ad4e1125cf1f2a01abed7b777c7b20e6d68303 (commit)
      from  6e5962988c5c969b43a0c83d2a2c4538f0681cbb (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 19ad4e1125cf1f2a01abed7b777c7b20e6d68303
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Auth.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list