View Single Post
Old 09-13-2004, 02:44 PM   #5
passweb
Green Mole
 
Join Date: Aug 2004
Posts: 3
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?
passweb is offline   Reply With Quote