[koha-commits] main Koha release repository branch new/bug_6503 created. v3.04.00-216-g71d22ab

Git repo owner gitmaster at git.koha-community.org
Sun Jul 17 10:42:11 CEST 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_6503 has been created
        at  71d22ab82758f159c9e8b71f7801ef6b43f38a90 (commit)

- Log -----------------------------------------------------------------
commit 71d22ab82758f159c9e8b71f7801ef6b43f38a90
Author: Ricardo Dias Marques <koha at ricmarques.net>
Date:   Tue Jun 14 18:24:29 2011 +0100

    Bug 6503 - Variable $sth is declared 3 times (with keyword "my") in "makepayment" sub of "Accounts.pm"
    
    In the code available today (14-Jun-2011), in Koha git's "master" branch,
    the file "Accounts.pm" (in the "C4" directory) has the variable "$sth"
    declared 3 times in the "makepayment" sub. This causes the following
    warnings to appear when running "make test" in Koha installation, for
    several tests:
    t/Heading.t ......................... "my" variable $sth masks earlier declaration
    in same scope at kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 172.
    "my" variable $sth masks earlier declaration in same scope at
    kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 188.
    [...]
    t/ILSDI_Services.t .................. "my" variable $sth masks earlier declaration
    in same scope at kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 172.
    "my" variable $sth masks earlier declaration in same scope
    at kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 188.
    [...etc...]
    
    Therefore, I'm removing the "my" keyword from the declarations of "$sth"
    in lines 172 and 188 of "Accounts.pm".
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list