[koha-commits] updated branch master (88ba18330530d32177dbd291db9ff8aa93499d3d)

Koha Gitosis gitosis at git.koha.org
Sat Sep 12 05:33: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  88ba18330530d32177dbd291db9ff8aa93499d3d (commit)
      from  5707371eda0e3e52d0822bdb4c9b15dc091b0bc8 (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 88ba18330530d32177dbd291db9ff8aa93499d3d
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Thu Sep 10 11:10:50 2009 -0400

    Handle null-or-empty to Charset::StripNonXmlChars
    
    When rebuild_zebra.pl is run from cron, there is an occasional error
    of the form:
    
    Use of uninitialized value $str in substitution (s///) at /home/ebpl/kohaclone/C4/Charset.pm line 304.
    
    This error is occuring when the string that is fed to Charset::StripNonXmlChars
    is null or undefined, for some reason.
    
    This fix will handle the null-or-empty condition, and thus suppress the error.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Charset.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list