Changeset 2429
- Timestamp:
- 05/18/2010 02:14:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/search.php
r2414 r2429 15 15 $bb_query_form->BB_Query_Form( 'post', array( 'search' => $q ), array( 'post_status' => 0, 'topic_status' => 0, 'search', 'forum_id', 'tag', 'topic_author', 'post_author' ), 'bb_relevant_search' ); 16 16 $relevant = $bb_query_form->results; 17 18 $bb_query_form->type = 'topic'; 17 19 18 20 $q = $bb_query_form->get( 'search' );
Note: See TracChangeset
for help on using the changeset viewer.