]> git.evergreen-ils.org Git - evergreen/tadl.git/commit
Silence undef string concatenation warning in AutoSuggest
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 12 Jul 2012 13:16:12 +0000 (09:16 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 12 Jul 2012 13:53:03 +0000 (09:53 -0400)
commitf307d052ffa40d161cbe1aa32cc72b094a8d62ad
tree959331fe127162ca7e9f829e4f8518a25f91e86f
parent295c3ec293ed86b5e14fabe6f6cda5a8135d4c66
Silence undef string concatenation warning in AutoSuggest

Addressing LP #1023651 reported by Dan Scott.

When building a cache key, use processed input values that are
guaranteed to be defined rather than raw ones.

This will mean brief cache misses for AutoSuggest once applied, but
the default life of AutoSuggest cache entries is only 5 minutes anyway.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/WWW/AutoSuggest.pm