]> git.koha-community.org Git - koha.git/commit
Bug 27526: Fix empty string vs undef
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Jul 2021 10:09:55 +0000 (12:09 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Oct 2021 09:44:22 +0000 (11:44 +0200)
commitb21be4f35eb4c68ce05603c630f508439e31573c
treecefb13ef005bdefbbca1d8d70118355a6de38e35
parent9c4cccec97e18b8e29ad7423fb97836e6370b644
Bug 27526: Fix empty string vs undef

Empty strings must be removed, not inserted as empty strings in DB.
The relevant code is in TransformHtmlToXml, $skip variable.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
cataloguing/additem.pl