]> git.koha-community.org Git - koha.git/commit
Bug 6875 de-nesting C4::Heading
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 17:38:06 +0000 (19:38 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:25 +0000 (21:00 -0500)
commit0e61cfb3a591aec28521f2fdd1a76fea904721ca
tree1b97fde12201672cb7e70f81852721e0c704c2c1
parente84d5a7b37ebf4b47e01da3c504bbabe031c37e1
Bug 6875 de-nesting C4::Heading

C4::Search is needed only in authorities sub, moving it here and switching to
require

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Corrected call to SimpleSearch in both subs where it is used. Additional
performance improvements are included in bug 7284. 28 Jan 2012
(cherry picked from commit 58c46b27af601a893e1eabdfb5bd7d4d0d887f24)

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