--- commentrss.module 2008-10-06 05:24:02.000000000 -0500 +++ commentrss.new.module 2008-11-14 10:30:20.000000000 -0600 @@ -50,10 +50,8 @@ function commentrss_menu() { // Copy of menu item from system.module. $items['admin/content/rss-publishing/default'] = array( 'title' => 'General settings', - 'page callback' => 'commentrss_default_rss_settings_tab', - 'weight' => -10, 'type' => MENU_DEFAULT_LOCAL_TASK, - 'file' => 'commentrss.admin.inc', + 'file path' => drupal_get_path('module', 'system'), ); // New local task on the RSS publishing settings page. $items['admin/content/rss-publishing/commentrss'] = array( --- commentrss.admin.inc 2008-10-06 05:19:39.000000000 -0500 +++ commentrss.new.admin.inc 2008-11-14 10:29:42.000000000 -0600 @@ -7,14 +7,6 @@ */ /** - * Proxy callback for RSS settings to allow overriding the default tab. - */ -function commentrss_default_rss_settings_tab() { - include_once drupal_get_path('module', 'system') .'/system.admin.inc'; - return drupal_get_form('system_rss_feeds_settings'); -} - -/** * Menu callback; displays the commentrss module settings page. */ function commentrss_admin_settings() {