[koha-commits] updated branch master (5de6ec3c155ece9ac9589ca20d97ba9aee098608)

Koha Gitosis gitosis at git.koha.org
Mon Sep 14 17:28:08 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  5de6ec3c155ece9ac9589ca20d97ba9aee098608 (commit)
      from  5934b8d8aea5a55c9948f379fd26f60f7253d0d7 (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 5de6ec3c155ece9ac9589ca20d97ba9aee098608
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Mon Sep 14 09:07:57 2009 -0600

    Avoid potentially unnecessary database call in Auth
    
    Auth, after verifying the session/logging in the user, calls to the database
    to get the users borrowernumber.  This call is probably unnecessary because
    borrowernumber is part of userenv.  Check userenv before going to the database.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

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


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list