Ignore:
Timestamp:
08/28/08 17:37:47 (4 years ago)
Author:
hverton
Message:

updated the search module to determine the default search location based on the priority order in the search admin module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/search/search.forumattachments.php

    r1667 r1711  
    2020    if ($action == "") { 
    2121     
     22        // add the possible  search filters ($data is defined in the calling script!) 
     23        $data['search_filters' ] = "date,users,forums"; 
     24 
    2225        // get the list of all members 
    2326        if (!isset($content_filters['forums'])) { 
Note: See TracChangeset for help on using the changeset viewer.