From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/legacy/legacy.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/legacy/legacy.module') diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index 2105ffb8d..8fef686fb 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -27,8 +27,6 @@ function legacy_help($section) { $output .= '

'. t('Legacy module has no configurable options.') .'

'; $output .= '

'. t('For more information please read the configuration and customization handbook Legacy page.', array('@legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Provides legacy handlers for upgrades from older Drupal installations.'); } } -- cgit v1.2.3