]> git.koha-community.org Git - koha.git/commit
Bug 6875 de-nesting C4::Koha.pm
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 16:28:00 +0000 (18:28 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:24 +0000 (21:00 -0500)
commitc29850630d22c75bd85352b8bd169158f23eaa89
treee53bd6ee156c67108b2799bcbcd7d41b429b7275
parentdcecfda7a4dcc533e5352a99a9e9e2095b1c5d20
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>
(cherry picked from commit 8165aeef777863d03f096f5547032d47d79cfa0f)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Koha.pm