projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
815ea30
)
Issue #1817484 by tomgeekery, kiamlaluno: Fixed The search_form_submit() function...
author
webchick
Wed, 24 Oct 2012 02:41:33 +0000 (19:41 -0700)
committer
webchick
Wed, 24 Oct 2012 02:41:33 +0000 (19:41 -0700)
modules/search/search.pages.inc
patch
|
blob
|
blame
|
history
diff --git
a/modules/search/search.pages.inc
b/modules/search/search.pages.inc
index
833ea8b
..
b748473
100644
(file)
--- a/
modules/search/search.pages.inc
+++ b/
modules/search/search.pages.inc
@@
-156,5
+156,4
@@
function search_form_submit($form, &$form_state) {
}
$form_state['redirect'] = $form_state['action'] . '/' . $keys;
- return;
}