diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node.module | 4 | ||||
-rw-r--r-- | modules/node/node.module | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/node.module b/modules/node.module index a9686bf84..3f81dc87e 100644 --- a/modules/node.module +++ b/modules/node.module @@ -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": diff --git a/modules/node/node.module b/modules/node/node.module index a9686bf84..3f81dc87e 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -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": |