diff options
Diffstat (limited to 'modules/dblog/dblog.module')
-rw-r--r-- | modules/dblog/dblog.module | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module index f16f5a4c9..44729e455 100644 --- a/modules/dblog/dblog.module +++ b/modules/dblog/dblog.module @@ -42,14 +42,6 @@ function dblog_theme() { * Implementation of hook_menu(). */ function dblog_menu() { - $items['admin/settings/logging/dblog'] = array( - 'title' => 'Database logging', - 'description' => 'Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.', - 'page callback' => 'drupal_get_form', - 'page arguments' => array('dblog_admin_settings'), - 'access arguments' => array('administer site configuration'), - 'type' => MENU_LOCAL_TASK, - ); $items['admin/reports/dblog'] = array( 'title' => 'Recent log entries', 'description' => 'View events that have recently been logged.', |