[koha-commits] updated branch master (7f7dfa0a11dd5d983deca2c18715b5126a11b12c)

Koha Gitosis gitosis at git.koha.org
Tue Aug 11 07:48:53 CEST 2009


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  7f7dfa0a11dd5d983deca2c18715b5126a11b12c (commit)
      from  ae5b76c89b8a61ad82528ea85d1c3673f3318a09 (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 7f7dfa0a11dd5d983deca2c18715b5126a11b12c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Aug 11 10:46:20 2009 -0400

    bug 3520: fix crash when adding or editing items
    
    Fix the following crash when adding or editing an
    item record in the staff interface:
    
    Can't call method "append_fields" on an undefined value at
    /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92.
     at /usr/local/share/perl/5.10.0/MARC/File/SAX.pm line 92
    
    This crash appears only if a version of MARC::File::XML
    greater than 0.88 is installed, and was triggered by
    C4::Biblio::TransformHtmlToXml() failing to create a valid
    MARCXML blob, which must include a <record> element.
    
    This patch also fixes the indicator values generated by
    TransformHtmlToXml(), setting them to " " instead of
    "" when no indicator value is supplied.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Biblio.pm |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list