]> git.koha-community.org Git - koha.git/commit
Handle null-or-empty to Charset::StripNonXmlChars
authorJ. David Bavousett <dbavousett@ptfs.com>
Thu, 10 Sep 2009 15:10:50 +0000 (11:10 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sat, 19 Sep 2009 21:47:08 +0000 (23:47 +0200)
commit4328b8784195aafe0d340d07d2d10b37d14540e0
tree6f16efb1a7b5e9141533185245e79fe111b584df
parentb4f741ea9b0364cfed62516f93cf60b2afcb49fe
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@gmail.com>
C4/Charset.pm