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/upload/upload.info | 4 ++++ modules/upload/upload.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/upload/upload.info (limited to 'modules/upload') diff --git a/modules/upload/upload.info b/modules/upload/upload.info new file mode 100644 index 000000000..e70c878fe --- /dev/null +++ b/modules/upload/upload.info @@ -0,0 +1,4 @@ +; $Id$ +name = Upload +description = Allows users to upload and attach files to content. + diff --git a/modules/upload/upload.module b/modules/upload/upload.module index d0ed472b2..d4c2ad5a5 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -24,8 +24,6 @@ function upload_help($section) { ', array('@admin-access' => url('admin/user/access'), '@admin-content-types' => url('admin/settings/types'), '@admin-upload' => url('admin/settings/upload'))); $output .= '

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

'; return $output; - case 'admin/settings/modules#description': - return t('Allows users to upload and attach files to content.'); case 'admin/settings/upload': return t('

Users with the upload files permission can upload attachments. Users with the view uploaded files permission can view uploaded attachments. You can choose which post types can take attachments on the content types settings page.

', array('@permissions' => url('admin/user/access'), '@types' => url('admin/settings/types'))); } -- cgit v1.2.3