--- trip_search.module	Mon Nov 14 16:07:18 2005
+++ cvs/trip_search.module	Mon Nov 14 16:02:40 2005
@@ -385,7 +385,7 @@ function trip_search_form($edit = array(
     $form .= form_group(t('Find content'), $group_types);
     $vocabularies = array();
     if (module_exist('taxonomy') && variable_get('trip_search_toggle_category', TRUE)) {
-      $group = form_radios(t('Find content'), 'taxonomy_operator', 'or', array('and' => t('In %all of the selected categories', array('%all' => theme('placeholder', t('all')))), 'or' => t('In %atleastone of the selected categories', array('%atleastone' => theme('placeholder', t('at least one'))))));
+      $group = form_radios(t('Find content'), 'taxonomy_operator', 1, array(t('In %all of the selected categories', array('%all' => theme('placeholder', t('all')))), t('In %atleastone of the selected categories', array('%atleastone' => theme('placeholder', t('at least one'))))));
       if ($content_type) {
         $result = db_query("SELECT * FROM {vocabulary} v INNER JOIN {vocabulary_node_types} vn ON v.vid = vn.vid WHERE vn.type = '%s' ORDER BY v.weight, v.name", $content_type);
         while ($vocabulary = db_fetch_object($result)) {
