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/poll/poll.info | 4 ++++ modules/poll/poll.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/poll/poll.info (limited to 'modules/poll') diff --git a/modules/poll/poll.info b/modules/poll/poll.info new file mode 100644 index 000000000..90dbe8156 --- /dev/null +++ b/modules/poll/poll.info @@ -0,0 +1,4 @@ +; $Id$ +name = Poll +description = Allows your site to capture votes on different topics in the form of multiple choice questions. + diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 317c6ce87..16f76bb9a 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -23,8 +23,6 @@ function poll_help($section) { ', array('@poll' => url('poll'), '@admin-node-configure-types-poll' => url('admin/content/types/poll'))); $output .= '

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

'; return $output; - case 'admin/settings/modules#description': - return t("Allows your site to capture votes on different topics in the form of multiple choice questions."); } } -- cgit v1.2.3