summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 08:18:20 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 08:18:20 +0000
commitaa2de74fa261e4b3d290cedca100eb3330f17fff (patch)
treef9e6311a267b35f55e5c1d4fc87fd5f83b0d08eb /modules/search.module
parent452f236fcc9f27d03324aa46fc2d2b5b5a056aa3 (diff)
downloadbrdo-aa2de74fa261e4b3d290cedca100eb3330f17fff.tar.gz
brdo-aa2de74fa261e4b3d290cedca100eb3330f17fff.tar.bz2
- #27624, #27614, #27627: dead code
Diffstat (limited to 'modules/search.module')
-rw-r--r--modules/search.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/search.module b/modules/search.module
index 177ac74f1..dafd498ee 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -648,9 +648,6 @@ function search_form($action = '', $keys = '', $type = null, $prompt = null) {
if (!$action) {
$action = url('search/'. $type);
}
- if (!$type) {
- $type = 'node';
- }
if (is_null($prompt)) {
$prompt = t('Enter your keywords');
}