diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-31 20:22:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-31 20:22:37 +0000 |
commit | c64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch) | |
tree | d4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/legacy/legacy.module | |
parent | cdd120ed20922a3130f108ff60b47a4f2130c44d (diff) | |
download | brdo-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.module | 2 |
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.'); } } |