[koha-commits] main Koha release repository branch new/bug_8532 created. v3.08.00-609-g576f87c

Git repo owner gitmaster at git.koha-community.org
Fri Aug 31 17:30:05 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 branch, new/bug_8532 has been created
        at  576f87c4fe170d13aa98d87cdffa169e4d352322 (commit)

- Log -----------------------------------------------------------------
commit 576f87c4fe170d13aa98d87cdffa169e4d352322
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Jul 31 13:22:48 2012 +0200

    Bug 8532 - improve robustness when converting dates
    
    If undef is passed to the date format conversion function, it dies. This
    can happen when you have old data in the database. Better to handle it
    in some fashion rather than die, so now it just returns undef too.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I replace "return undef" with just "return" to pass perlcritic
    
    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