Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f9de04c9
Commit
f9de04c9
authored
Jun 07, 2001
by
Dries
Browse files
- Fixed bug in node_search of node.module.
parent
58d66290
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node.module
View file @
f9de04c9
...
...
@@ -213,7 +213,7 @@ function node_admin_save($edit) {
}
}
function
node_
search
()
{
function
node_
module_find
()
{
global
$REQUEST_URI
;
foreach
(
module_list
()
as
$name
)
{
...
...
@@ -262,7 +262,7 @@ function node_admin() {
print
node_help
();
break
;
case
"search"
:
print
node_
search
(
$id
);
print
node_
module_find
(
$id
);
print
search_data
(
$keys
,
$type
);
break
;
case
"status"
:
...
...
modules/node/node.module
View file @
f9de04c9
...
...
@@ -213,7 +213,7 @@ function node_admin_save($edit) {
}
}
function
node_
search
()
{
function
node_
module_find
()
{
global
$REQUEST_URI
;
foreach
(
module_list
()
as
$name
)
{
...
...
@@ -262,7 +262,7 @@ function node_admin() {
print
node_help
();
break
;
case
"search"
:
print
node_
search
(
$id
);
print
node_
module_find
(
$id
);
print
search_data
(
$keys
,
$type
);
break
;
case
"status"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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