Index: modules/search.module =================================================================== RCS file: /cvs/drupal/drupal/modules/Attic/search.module,v retrieving revision 1.176.2.5 diff -u -p -r1.176.2.5 search.module --- modules/search.module 5 Aug 2006 14:36:41 -0000 1.176.2.5 +++ modules/search.module 14 Nov 2007 02:11:32 -0000 @@ -1035,9 +1035,6 @@ function search_box($form_id = 'search_t '#attributes' => array('title' => t('Enter the terms you wish to search for.')), ); $form['submit'] = array('#type' => 'submit', '#value' => t('Search')); - // Always go to the search page since the search form is not guaranteed to be - // on every page. - $form['#action'] = url('search/node'); return drupal_get_form($form_id, $form, 'search_box_form'); }