Bug 6875 de-nesting C4::Koha.pm
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 16:28:00 +0000 (18:28 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Feb 2012 13:58:28 +0000 (14:58 +0100)
commit8165aeef777863d03f096f5547032d47d79cfa0f
tree5d7db3cc88fbf461f2a8be272d821262acd5edda
parent1ffbd262b3479d46cb9afc91b26fdb4ff9c04a42
Bug 6875 de-nesting C4::Koha.pm

* removed use C4::Output, that was not used
* moved use URI::split to getitemtypeimagelocation and switched to "require".
  Checked it still works through admin/itemtype.pl
* moved use Business::ISBN to _isbn_cleanup.pl and switched to "require".
  Checked it still works with the following small script :

use C4::Koha;
print GetNormalizedISBN("1-56592-257-3");

(GetNormalizedISBN uses _isbn_cleanup)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Koha.pm