[geeklog-cvs] geeklog-1.3/public_html/admin poll.php,1.43,1.44

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Feb 5 15:01:11 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv655/public_html/admin

Modified Files:
	poll.php 
Log Message:
It wasn't possible to disable comments for a poll (reported by Demonhood)


Index: poll.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/poll.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** poll.php	5 Feb 2005 18:48:39 -0000	1.43
--- poll.php	5 Feb 2005 20:01:09 -0000	1.44
***************
*** 458,463 ****
          $display .= savepoll ($qid, $_POST['mainpage'], $_POST['question'],
                          $voters, COM_applyFilter ($_POST['statuscode'], true),
!                         $_POST['commentcode'] $_POST['answer'], $_POST['votes'],
!                         $_POST['owner_id'], $_POST['group_id'],
                          $_POST['perm_owner'], $_POST['perm_group'],
                          $_POST['perm_members'], $_POST['perm_anon']);
--- 458,463 ----
          $display .= savepoll ($qid, $_POST['mainpage'], $_POST['question'],
                          $voters, COM_applyFilter ($_POST['statuscode'], true),
!                         $_POST['commentcode'], $_POST['answer'],
!                         $_POST['votes'], $_POST['owner_id'], $_POST['group_id'],
                          $_POST['perm_owner'], $_POST['perm_group'],
                          $_POST['perm_members'], $_POST['perm_anon']);




More information about the geeklog-cvs mailing list