[koha-commits] updated branch master (5cf2b78b6ffa401bc82b3f913c89828c38b8e4ed)

git repository hosting gitosis at git.koha.org
Thu May 6 20:25:47 CEST 2010


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 "Koha GitWeb".

The branch, master has been updated
       via  5cf2b78b6ffa401bc82b3f913c89828c38b8e4ed (commit)
      from  5f7946e4d8520744774ef912ca158f411a0c63be (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 5cf2b78b6ffa401bc82b3f913c89828c38b8e4ed
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu May 6 13:13:36 2010 -0400

    Bug 4450 Use more consistent error returns in C4/Creators/*
    
    A lot of routines were defaulting to return -1 in error conditions
    but calling code was expecting a ref or object
    use return with explicit undef (or emptyness in array context)
    for these cases. Extended this to cases where return was not tested
    ( -1 might in some cases be legit data).
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Creators/Batch.pm    |   10 ++++++----
 C4/Creators/Layout.pm   |   18 ++++++++----------
 C4/Creators/Lib.pm      |   27 +++++++++++++++------------
 C4/Creators/PDF.pm      |    8 ++++----
 C4/Creators/Profile.pm  |   19 ++++++++++---------
 C4/Creators/Template.pm |   22 ++++++++++------------
 6 files changed, 53 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list