summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll')
-rw-r--r--modules/poll/poll.info4
-rw-r--r--modules/poll/poll.module2
2 files changed, 4 insertions, 2 deletions
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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@poll">Poll page</a>.', array('@poll' => 'http://drupal.org/handbook/modules/poll/')) .'</p>';
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.");
}
}