[koha-commits] main Koha release repository branch, master, updated. v3.04.00-167-gae48ebb

Git repo owner gitmaster at git.koha-community.org
Tue Jul 5 01:16:09 CEST 2011


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, master has been updated
       via  ae48ebbcaae50a0af7ceca00d04f2aedb8d5cc2c (commit)
      from  36c8531394f354c694d1f72d8769461dccc9591f (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 ae48ebbcaae50a0af7ceca00d04f2aedb8d5cc2c
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Fri Nov 12 09:34:52 2010 -0500

    Bug 5379 - import_borrowers.pl fails with db insert/update errors
    
    Some spreadsheet programs use smart quotes which causes the db to throw
    an error when an insert/update is attempted due to improper processing
    of the CSV file. This patch adds code to check for smart quotes and change
    them to "dumb" quotes.
    
    This patch also adds more logging of errors and a notice to the user to check
    the logs for errors when they occur.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Members.pm             |   29 ++++++++++++++++++-----------
 C4/Members/Attributes.pm  |    5 +++++
 tools/import_borrowers.pl |   10 ++++++++--
 3 files changed, 31 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list