[koha-commits] main Koha release repository branch new/bug_8826 created. v3.08.00-1164-g5011479

Git repo owner gitmaster at git.koha-community.org
Fri Nov 2 17:07:55 CET 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_8826 has been created
        at  5011479de33e56aa27c74fd60befe4e4963ce013 (commit)

- Log -----------------------------------------------------------------
commit 5011479de33e56aa27c74fd60befe4e4963ce013
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 28 09:19:29 2012 -0400

    Bug 8826 - Initialization of hash triggers error log entries - Followup
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit bf4a7bd65c8529b5eaf3cbea6d7111bef634cc22
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Sep 27 14:52:14 2012 +0800

    Bug 8826 - Initialization of hash triggers error log entries.
    
    Changed:
    our %renew_failed = {};
    To:
    our %renew_failed = ();
    This prevents an error log about Reference found where
    even-sized list expected.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list