Changeset 1551
- Timestamp:
- 03/08/08 18:11:47 (2 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/search.php
r1548 r1551 427 427 $url_type = $pun_url['search_resultft']; 428 428 429 $search_id = array( $keywords, $forum, $author, ($search_in == 0 ) ? 'all' : (($search_in == 1) ? 'message' : 'subject'), $sort_by, $sort_dir, $show_as);429 $search_id = array(rawurlencode($keywords), $forum, rawurlencode($author), ($search_in == 0 ) ? 'all' : (($search_in == 1) ? 'message' : 'subject'), $sort_by, $sort_dir, $show_as); 430 430 } 431 431 // We aren't doing a fulltext but we are getting results, if a valid search_id was supplied we attempt to fetch the search results from the cache
