[koha-commits] updated branch master (740814d951ec2943b0bf64e3aa6968a772476bbe)

Koha Gitosis gitosis at git.koha.org
Fri Feb 5 14:24:46 CET 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  740814d951ec2943b0bf64e3aa6968a772476bbe (commit)
       via  513c76121c3782386819155046b253e81d23b651 (commit)
       via  b0f4d7104cb94d472dab97418e34f95aa2d68b72 (commit)
       via  e321fc9184c86fe809376a3a97ff37698d12acda (commit)
      from  f93ee104de753676118a3c0d36288580d4624da6 (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 740814d951ec2943b0bf64e3aa6968a772476bbe
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Feb 5 08:21:36 2010 -0500

    corrected POD for GetMember()
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 513c76121c3782386819155046b253e81d23b651
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Feb 5 08:15:04 2010 -0500

    fixed remaining calls to GetMember() that used old argument style
    
    New way, correct way to use GetMember is
    
    GetMember(field => fieldvalue[, field2 => field2value ...]);
    
    e.g.,
    
    GetMember(borrowernumber => $borrowernumber);
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b0f4d7104cb94d472dab97418e34f95aa2d68b72
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Feb 5 08:05:43 2010 -0500

    removed unconditional warn
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit e321fc9184c86fe809376a3a97ff37698d12acda
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Feb 4 18:22:48 2010 +0000

    Bug 4108 Catch cases when GetMember is generating errors
    
    Fixed two calls where new interface was not used
    Arguably new syntax allows more options than we require but it was not catching
    error cases (when 0 or undef is passed). It also can now be called in ways
    which would validly return multiple hits but explicitly does not
    (nor does calling code expect this)
    This patch should quieten the flood of errors
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/ILSDI/Services.pm     |    4 +-
 C4/Members.pm            |   60 +++++++++++++++++++++++++++++++++-------------
 C4/SIP/ILS/Item.pm       |    2 +-
 acqui/acqui-home.pl      |    7 +++--
 acqui/addorderiso2709.pl |    2 +-
 acqui/basket.pl          |    2 +-
 acqui/booksellers.pl     |    2 +-
 7 files changed, 53 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list