Add warning for unrecognized sort order.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 18 Mar 2009 22:21:47 +0000 (17:21 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 6 Apr 2009 16:01:35 +0000 (11:01 -0500)
commit6a2c518efad8534088ead0b830d732e1bb8bbdab
tree691eb8b96e04a12ef6f199ac69254bf4313ea6e3
parent2e08f626f58401c6733886ebaf963eb695e32862
Add warning for unrecognized sort order.

This may help elucidate problems we are having with sorts that
do not seem to work.  I.E., if the inteface is requesting
unrecognized sort orders, we need to know about it.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Search.pm