Changeset 2414
- Timestamp:
- 04/01/2010 05:24:35 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/search.php
r2377 r2414 13 13 $recent = $bb_query_form->results; 14 14 15 $bb_query_form->BB_Query_Form( ' topic', array( 'search' => $q ), array( 'post_status' => 0, 'topic_status' => 0, 'search', 'forum_id', 'tag', 'topic_author', 'post_author' ), 'bb_relevant_search' );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 17
Note: See TracChangeset
for help on using the changeset viewer.