Index: modules/search/search.module =================================================================== RCS file: /cvs/drupal/drupal/modules/search/search.module,v retrieving revision 1.209.2.5 diff -u -p -r1.209.2.5 search.module --- modules/search/search.module 26 Jul 2007 19:16:48 -0000 1.209.2.5 +++ modules/search/search.module 14 Nov 2007 01:59:46 -0000 @@ -1043,9 +1043,6 @@ function search_box($form_id) { '#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'); $form['#base'] = 'search_box_form'; return $form;