svn: /pear/pearweb/trunk/public_html/pepr/ pepr-votes-show.php

[email protected] ("Daniel O'Connor") Thu, 23 Jun 2011 04:15:46 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
--ea6dba23dbb5576d0cffa0f7a08d7b727eba4803
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

clockwerx                                Thu, 23 Jun 2011 04:15:46 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312394

Log:
Conditional votes not registering as conditional

Changed paths:
    U   pear/pearweb/trunk/public_html/pepr/pepr-votes-show.php

Modified: pear/pearweb/trunk/public_html/pepr/pepr-votes-show.php
===================================================================
--- pear/pearweb/trunk/public_html/pepr/pepr-votes-show.php	2011-06-23 02:28:04 UTC (rev 312393)
+++ pear/pearweb/trunk/public_html/pepr/pepr-votes-show.php	2011-06-23 04:15:46 UTC (rev 312394)
@@ -51,7 +51,7 @@
                             -1 => '-1'));
     $vote->setLabel("Vote:");

-    $is_conditional = $form->addElement('checkbox', 'conditional')->setLabel("Conditional Vote?:");
+    $is_conditional = $form->addElement('checkbox', 'is_conditional')->setLabel("Conditional Vote?:");

     $comment = $form->addElement('textarea', 'comment',
                       array('cols' => 70,

--ea6dba23dbb5576d0cffa0f7a08d7b727eba4803--