Bug 3955: Fixes leading space error in search.
authorGarry Collum <gcollum@gmail.com>
Fri, 18 Dec 2009 18:52:56 +0000 (13:52 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:28:48 +0000 (14:28 +0100)
commit898b78535b5f4f38cff2d4814f07136245468725
tree4fb0e4d74ba1222a72b6ae0e4532be64928ea98f
parentc505daad7d592669ae8e8ff09e64db020221b4bc
Bug 3955: Fixes leading space error in search.

Leading spaces in a search term were causing an error to be thrown in a join operator when auto-truncations is turned on. This patch removes the leading spaces.
C4/Search.pm