summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-29 00:39:16 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-29 00:39:16 +0000
commitd18daf82a7c349288b700bec91073c7494fe8cc3 (patch)
treeb1f1e6bd3eee67bda24aa48ac02895ba253022c0 /modules/search
parent87f1bf455dc0fe9ccd9c817f77270c791c477c9b (diff)
downloadbrdo-d18daf82a7c349288b700bec91073c7494fe8cc3.tar.gz
brdo-d18daf82a7c349288b700bec91073c7494fe8cc3.tar.bz2
- Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search dependent on dblog module.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index c7dee7e4e..95fe5ef10 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -188,15 +188,6 @@ function search_menu() {
'type' => MENU_CALLBACK,
'file' => 'search.admin.inc',
);
- $items['admin/reports/search'] = array(
- 'title' => 'Top search phrases',
- 'description' => 'View most popular search phrases.',
- 'page callback' => 'dblog_top',
- 'page arguments' => array('search'),
- 'access arguments' => array('access site reports'),
- 'file path' => drupal_get_path('module', 'dblog'),
- 'file' => 'dblog.admin.inc',
- );
// Add paths for searching. We add each module search path twice: once without
// and once with %menu_tail appended. The reason for this is that we want to