[koha-commits] main Koha release repository branch new/bug_8251 updated. v3.08.00-331-g9d4e241

Git repo owner gitmaster at git.koha-community.org
Mon Jul 16 13:46: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, new/bug_8251 has been updated
       via  9d4e241adadc9a3c62d94a2d487a738e9490925a (commit)
      from  c6f1f64cb71e9d8ec560a201a4a0bc16c1510f3f (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 9d4e241adadc9a3c62d94a2d487a738e9490925a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Jun 21 11:27:20 2012 -0300

    Bug 8251 - Follow up, use 'day' instead of 'days' for Datetime::truncate
    
    As noted in comment #4 by Jonathan Druart, this should be fixed in every call
    to DateTie::truncate function. This patch does exactly that.
    
    julian_m tested that truncate( to => 'days' ) didn't actually do anything, so
    it is understandable that this 'fix' might introduce new bugs as we might have
    'fixed' at a higher libs level this issue.
    
    'minutes' is used in truncate function too, so fixing.
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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

Summary of changes:
 C4/Circulation.pm     |   18 +++++++++---------
 Koha/Calendar.pm      |    6 +++---
 Koha/DateUtils.pm     |    4 ++--
 circ/overdue.pl       |    2 +-
 circ/returns.pl       |    2 +-
 members/moremember.pl |    4 ++--
 6 files changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list