]> 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 03:27:50 +0000 (22:27 -0500)
commit22ddf1501571aaeb5d3e928a682a6198ad41a6aa
tree6551191d13a3557ebfb9d72800b8cbb3740c3f65
parenta70359a762de45ec88a10ceea2e756bbb3ebaed2
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>
(cherry picked from commit c29850630d22c75bd85352b8bd169158f23eaa89)

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