]> git.koha-community.org Git - koha.git/commit
TransformHTMLToXML bug default_ind_to_space
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Oct 2009 15:50:36 +0000 (17:50 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Oct 2009 15:50:36 +0000 (17:50 +0200)
commit15e7ebfaf59f5bcd32d504649946a3da2f57bf99
tree56cc2a5e25ab0686ed48cadc912179756e0bd8ac
parent2757d9346c0106747735f31069a709a8e65013b0
TransformHTMLToXML bug default_ind_to_space

default_ind_to_space made the assumption that indicator string by default was a string containing 2 characters.
This was not true, causing an Internal server error.
This patch Fixes that.
C4/Biblio.pm