summaryrefslogtreecommitdiff
path: root/modules/legacy/legacy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
commitc64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch)
treed4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/legacy/legacy.module
parentcdd120ed20922a3130f108ff60b47a4f2130c44d (diff)
downloadbrdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz
brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2
- Patch #80952 by earl, webchick, neclimdul et al: .info files
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r--modules/legacy/legacy.module2
1 files changed, 0 insertions, 2 deletions
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 .= '<p>'. t('Legacy module has no configurable options.') .'</p>';
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@legacy">Legacy page</a>.', array('@legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Provides legacy handlers for upgrades from older Drupal installations.');
}
}