Index: modules/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system.module,v
retrieving revision 1.255
diff -u -r1.255 system.module
--- modules/system.module	14 Nov 2005 22:19:14 -0000	1.255
+++ modules/system.module	18 Nov 2005 17:57:20 -0000
@@ -27,7 +27,7 @@
     case 'admin/modules#description':
       return t('Handles general site configuration for administrators.');
     case 'admin':
-      return t('<p>Welcome to the administration section. Below are the most recent system events.</p>');
+      return t('<p>Welcome to the administration section.</p>');
     case 'admin/settings':
       return t('<p>General configuration options for your site. Set up the name of the site, e-mail address used in mail-outs, clean URL options, caching, etc.</p>');
     case 'admin/themes':
@@ -103,7 +103,7 @@
 
     $items[] = array('path' => 'admin', 'title' => t('administer'),
       'access' => user_access('access administration pages'),
-      'callback' => 'watchdog_overview',
+      'callback' => variable_get('site_adminpage', 'watchdog_overview'),
       'weight' => 9);
 
     // Themes:
