[koha-commits] main Koha release repository branch new/bug_7061 created. v3.06.00-12-g36d8e5d

Git repo owner gitmaster at git.koha-community.org
Fri Nov 4 12:21:47 CET 2011


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_7061 has been created
        at  36d8e5df96d17df3d19a4693fff2ba52504fae51 (commit)

- Log -----------------------------------------------------------------
commit 36d8e5df96d17df3d19a4693fff2ba52504fae51
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Tue Oct 18 20:17:17 2011 -0400

    Bug 7061: unnecessary global variables declared in C4::SQLHelper
    
    Removes $tablename and $hash from global scope of C4/SQLHelper.pm.  They are never used;
    all instances of $table are locally scoped to the subroutines, and $hash is never used.
    
    This may help with persistance; if not, it's at least a bit of trivial cleanup.
    
    To test:
    
    1.  Search for a patron
    2.  Create a Contract in Acquisitions
    3.  Modify that Contract
    4.  Delete that Contract
    
    All instances should return error free.  This checks the subroutines of SQLHelper
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    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