[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.03-44-gb5c8aad

Git repo owner gitmaster at git.koha-community.org
Tue Aug 7 22:52:25 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, 3.8.x has been updated
       via  b5c8aad0f643b966f3701bc2da63c0bf9c54e4c3 (commit)
      from  99a70e30a0f0e1eaac01ac873280681dfc72dd3d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b5c8aad0f643b966f3701bc2da63c0bf9c54e4c3
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: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 Koha/DateUtils.pm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list