diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 6dca80b..d3f4c6c 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -106,23 +106,6 @@ function system_admin_index() { } /** - * Menu callback; displays a module's settings page. - */ -function system_settings_overview() { - // Check database setup if necessary - if (function_exists('db_check_setup') && empty($_POST)) { - db_check_setup(); - } - - $item = menu_get_item('admin/config'); - $content = system_admin_menu_block($item); - - $output = theme('admin_block_content', array('content' => $content)); - - return $output; -} - -/** * Menu callback; displays a listing of all themes. */ function system_themes_page() { @@ -1498,7 +1481,7 @@ function system_site_information_settings() { '#options' => drupal_map_assoc(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30)), '#description' => t('The maximum number of posts displayed on overview pages such as the front page.'), '#access' => (variable_get('site_frontpage')=='node'), - ); + ); $form['error_page'] = array( '#type' => 'fieldset', '#title' => t('Error pages'),