Ignore:
Timestamp:
Apr 26, 2005, 1:34:38 PM (19 years ago)
Author:
gweltas
Message:

Bug 0000101: problem with IE search on keywords
The ";" character is not allowed in a IE url. It has been replaced by a "+" character.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r761 r773  
    400400        }
    401401
    402         $search_tokens = explode(';', $tokens[0]);
     402        $search_tokens = explode('+', $tokens[0]);
    403403        foreach ($search_tokens as $search_token)
    404404        {
Note: See TracChangeset for help on using the changeset viewer.