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)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 24 Jul 2012 01:35:54 +0000 (13:35 +1200)
commit696789bae552a6cdf2d5a46c92e3ff9a51586c93
tree3b1b786cf260b40ea962801be1d9f61d6dc68c0a
parent0594a89f0fbd60984f631c65df8de0a0ce9284ee
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>
C4/Search.pm