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)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 18 Jul 2012 09:46:05 +0000 (11:46 +0200)
commit2c3ee1b5783c37b791c1dc65f19c6ed30a841b84
treeb18935f515f8a0d33d792964e700445eb76addfd
parent108e901043f0766f8c103f3826b5af1cdb6daaa4
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>
C4/Search.pm