]> git.koha-community.org Git - koha.git/commit
Bug 26364: Remove useless condition
authorNick Clemens <nick@bywatersolutions.com>
Wed, 9 Sep 2020 13:40:37 +0000 (13:40 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 14 Jan 2021 13:10:41 +0000 (13:10 +0000)
commita3b2b843c2a801f51b1dc35d761108827c08eea4
tree538bebbf903e1cae3b149d8f16c84082db18d6f4
parent59899d65c83832de4a4ec999bf2ee6a083e74bf8
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>
(cherry picked from commit 8b22c3846caa2004b411c6bd19a5d41bc602e704)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit adb5ed80372c7a0faee2b92a244e582fb127b285)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/XISBN.pm