[koha-commits] main Koha release repository tag ontop created. v3.00.00-969-ge0da512

Git repo owner gitmaster at git.koha-community.org
Thu Jun 21 23:16:07 CEST 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 tag, ontop has been created
        at  e0da51293995ef447b3e1e69b40cc551e0a39119 (commit)

- Log -----------------------------------------------------------------
commit e0da51293995ef447b3e1e69b40cc551e0a39119
Author: Joe Atzberger <joe.atzberger at liblime.com>
Date:   Thu May 14 15:28:40 2009 -0500

    @renew_failed can cause enormous performance-killing array.
    
    The array was populated and values flagged with an accessor, like:
        for (@failedrenews) { $renew_failed[$_] = 1; }
    But this means that an array of possibly hundreds of thousands of elements
    would have to be auto-populated for high itemnumbers.  A hash is the correct
    structure.  We also haven't checked the user input for validity, so we do not know
    for sure that @failedrenews really does contain just itemnumbers.
    
    Signed-off-by: Galen Charlton <galen.charlton at liblime.com>
-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list