Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e31f7abd
Commit
e31f7abd
authored
Dec 06, 2005
by
Dries Buytaert
Browse files
- Patch
#40079
by Moshe: removed dead code.
parent
0f80b09a
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/search.module
View file @
e31f7abd
...
...
@@ -958,7 +958,6 @@ function search_view() {
* An HTML string containing the search form.
*/
function
search_form
(
$action
=
''
,
$keys
=
''
,
$type
=
null
,
$prompt
=
null
)
{
$edit
=
$_POST
[
'edit'
];
if
(
!
$action
)
{
$action
=
url
(
'search/'
.
$type
);
...
...
modules/search/search.module
View file @
e31f7abd
...
...
@@ -958,7 +958,6 @@ function search_view() {
* An HTML string containing the search form.
*/
function
search_form
(
$action
=
''
,
$keys
=
''
,
$type
=
null
,
$prompt
=
null
)
{
$edit
=
$_POST
[
'edit'
];
if
(
!
$action
)
{
$action
=
url
(
'search/'
.
$type
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment