[koha-commits] main Koha release repository branch new/bug_8880 created. v3.08.00-1230-g37efde5

Git repo owner gitmaster at git.koha-community.org
Tue Nov 20 13:29:42 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_8880 has been created
        at  37efde57d22540666873aa517ff1ff867897646e (commit)

- Log -----------------------------------------------------------------
commit 37efde57d22540666873aa517ff1ff867897646e
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Oct 5 20:33:47 2012 +0800

    Bug 8880 - Uninitialized variables trigger error log entries
    
    Simply by logging in, clicking Circulation, clicking the
    'Check out' link, error log entries were generated.
    
    This patch ensures $findborrower, $barcode, and $print are all
    initialized by adding "|| q{}" onto their initializations.
    This reduces the silent error log entries generated.
    
    As this patch would overlap with bug 8826 in the initialization
    of hashes to prevent other error logs, those changes are in this
    patch. Applying this patch without having applied the patch for
    bug 8826.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.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