summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-10-23 19:41:33 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2012-10-23 19:41:33 -0700
commit2210877796f220fd5cb8d92b7c7510e3fb3098d3 (patch)
treeba18d59aa0726ec2382866ef7d6f6c78b99cb9c6 /modules/search
parent815ea30e8d326830304219a258d5db4b656d3407 (diff)
downloadbrdo-2210877796f220fd5cb8d92b7c7510e3fb3098d3.tar.gz
brdo-2210877796f220fd5cb8d92b7c7510e3fb3098d3.tar.bz2
Issue #1817484 by tomgeekery, kiamlaluno: Fixed The search_form_submit() function contains a 'return' statement right at the end of the function.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.pages.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/search/search.pages.inc b/modules/search/search.pages.inc
index 833ea8bcc..b74847303 100644
--- 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;
}