1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Bugtracker #4040 - allow ordinary members to vote in poll

This commit is contained in:
e107steved
2007-08-12 19:53:06 +00:00
parent 1a6633a5a6
commit 1916a6bf08

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/poll_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/poll/poll_class.php,v $
| $Revision: 1.5 $ | $Revision: 1.6 $
| $Date: 2007-08-08 19:34:34 $ | $Date: 2007-08-12 19:52:55 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -541,7 +541,7 @@ class poll
<tr> <tr>
<td style='width:30%' class='forumheader3'>".POLLAN_15."</td> <td style='width:30%' class='forumheader3'>".POLLAN_15."</td>
<td class='forumheader3'>".r_userclass("pollUserclass", $_POST['pollUserclass'], 'off', "admin,classes,matchclass")."</td> <td class='forumheader3'>".r_userclass("pollUserclass", $_POST['pollUserclass'], 'off', "member,admin,classes,matchclass")."</td>
</tr> </tr>
<tr> <tr>