Quote:
Originally Posted by Charter
In the language pack is 'noresults' =>'No results' so try changing if (strtolower($search[result_message]) != 'noresults') to if (strtolower($search[result_message]) != 'no results') and see if it works.
|
Thanks for the quick reply! Unfortunately, that did not work.

The $search[result_message] is 'noresults' with no space. Any other ideas?