Bug 26364: Remove useless condition
authorNick Clemens <nick@bywatersolutions.com>
Wed, 9 Sep 2020 13:40:37 +0000 (13:40 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Jan 2021 14:37:15 +0000 (15:37 +0100)
commit8b22c3846caa2004b411c6bd19a5d41bc602e704
tree01c613868a6f0c7e514b586495cd1e04d2341125
parent854d404a9c161845731d39980165f8d641713a80
Bug 26364: Remove useless condition

$response_data is a hash with one key, content

Why are we checkiing it against a string?

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/XISBN.pm