diff options
Diffstat (limited to 'modules/node.module')
-rw-r--r-- | modules/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module index 587c428f6..4bb325428 100644 --- a/modules/node.module +++ b/modules/node.module @@ -208,7 +208,7 @@ function node_search() { $output .= "<FORM ACTION=\"$REQUEST_URI\" METHOD=\"POST\">\n"; $output .= " <INPUT SIZE=\"50\" VALUE=\"". check_form($keys) ."\" NAME=\"keys\" TYPE=\"text\">\n"; - $output .= " <SELECT NAME=\"module\">$options</SELECT>\n"; + $output .= " <SELECT NAME=\"type\">$options</SELECT>\n"; $output .= " <INPUT TYPE=\"submit\" VALUE=\"Search\">\n"; $output .= "</FORM>\n"; |