summaryrefslogtreecommitdiff
path: root/modules/poll.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-11-07 18:14:46 +0000
committerDries Buytaert <dries@buytaert.net>2001-11-07 18:14:46 +0000
commit234b40b25321e6ddde6815f8fff6dc33fd3317bc (patch)
tree5bde9e359979247fb2008e27f09de48f1b9a9e4e /modules/poll.module
parent74a1fe5718ff4cec0f04c32a8cb0cd356aa8d6d7 (diff)
downloadbrdo-234b40b25321e6ddde6815f8fff6dc33fd3317bc.tar.gz
brdo-234b40b25321e6ddde6815f8fff6dc33fd3317bc.tar.bz2
- node system:
+ Added the "delete node"-link: apparently it got lost during the last commit. Odd. + Changed "Edit node" to "Edit <node_name>" on the 'edit node'-page of the admin section. (There a 4 "Node"s that still need to be removed though.) + Updated the initial submission page (the old submit.php) to include some descriptions.
Diffstat (limited to 'modules/poll.module')
-rw-r--r--modules/poll.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/poll.module b/modules/poll.module
index 4f25544e9..13a20573e 100644
--- a/modules/poll.module
+++ b/modules/poll.module
@@ -1,6 +1,9 @@
<?php
// $Id$
+// description:
+// A multiple choice Poll allows you to submit a question to other users to which anyone can answer. To be published on Tipic, the Poll has to be approved by the moderators.
+
/*
class Poll {