]> git.koha-community.org Git - koha.git/commit
Bug 8458 - $stemmed_operand in C4::Search _build_stemmed_operand is not initialized...
authorMark Tompsett <mtompset@hotmail.com>
Tue, 17 Jul 2012 12:53:57 +0000 (20:53 +0800)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 2 Aug 2012 21:43:45 +0000 (17:43 -0400)
commit5ea0dc1fecc1706c7f13acdf0729b1f890f919b4
tree77bb06b0ad199b8b0defb3925ceb31f52a3dfc52
parent002594e8f9dfa41f7a7e603d6b81abc351d4c907
Bug 8458 - $stemmed_operand in C4::Search _build_stemmed_operand is not initialized. Added =q{} to initialize it to the empty string at declaration time.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 696789bae552a6cdf2d5a46c92e3ff9a51586c93)

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