]> 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, 13 Sep 2012 23:16:10 +0000 (19:16 -0400)
commit7ccbd7212555c8dc8203664afb4efd8819cdefdc
tree5284907f511c9fc5e6283d83bb2993d8d6f3a5a9
parentf8ce5f60dd9e72bbbad9c3fc11b9e72c49104a16
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