summaryrefslogtreecommitdiff
path: root/modules/watchdog/watchdog.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-09-01 08:44:53 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-09-01 08:44:53 +0000
commitdd4f143df621bb926934335c4fdf44f8267f6039 (patch)
tree24cecf862de66f9dd6bd7b272ae8fe00c349c834 /modules/watchdog/watchdog.module
parent246334f30d63a468dcb564703b4ca27a4c22d3d3 (diff)
downloadbrdo-dd4f143df621bb926934335c4fdf44f8267f6039.tar.gz
brdo-dd4f143df621bb926934335c4fdf44f8267f6039.tar.bz2
#75002: Install-time and run-time requirements checking + status report page
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r--modules/watchdog/watchdog.module5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 7373b23e3..dd91c7931 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -40,11 +40,6 @@ function watchdog_menu($may_cache) {
$items = array();
if ($may_cache) {
- $items[] = array('path' => 'admin/logs', 'title' => t('logs'),
- 'description' => t('View system logs and other status information.'),
- 'callback' => 'system_admin_menu_block_page',
- 'weight' => 5,
- 'position' => 'left');
$items[] = array('path' => 'admin/logs/watchdog', 'title' => t('recent log entries'),
'description' => t('View events that have recently been logged.'),
'callback' => 'watchdog_overview',