From 7c31bcdeac94c254130845c3959753b68c36ea1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 20 Oct 2007 21:57:50 +0000 Subject: #165140 by dww: rename logs to reports (usability improvement) --- modules/search/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search/search.module') diff --git a/modules/search/search.module b/modules/search/search.module index dde2f1431..d9bf6cbaf 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -185,7 +185,7 @@ function search_menu() { 'type' => MENU_CALLBACK, 'file' => 'search.admin.inc', ); - $items['admin/logs/search'] = array( + $items['admin/reports/search'] = array( 'title' => 'Top search phrases', 'description' => 'View most popular search phrases.', 'page callback' => 'dblog_top', -- cgit v1.2.3