/[drupal]/contributions/modules/advpoll/modes/ranking.inc
ViewVC logotype

Diff of /contributions/modules/advpoll/modes/ranking.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8.2.37.2.2, Mon Dec 8 04:19:20 2008 UTC revision 1.8.2.37.2.3, Thu Jan 1 00:20:41 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ranking.inc,v 1.8.2.37.2.1 2008/12/08 03:17:14 chriskennedy Exp $  // $Id: ranking.inc,v 1.8.2.37.2.2 2008/12/08 04:19:20 chriskennedy Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 64  function advpoll_voting_ranking_form(&$f Line 64  function advpoll_voting_ranking_form(&$f
64    
65      $form['choice'] = array(      $form['choice'] = array(
66        '#tree' => TRUE,        '#tree' => TRUE,
       // XXX: Workaround for FormAPI bug in PHP 4, see http://drupal.org/node/86657.  
       '#type' => 'checkboxes',  
67        '#prefix' => '<div class="vote-choices">',        '#prefix' => '<div class="vote-choices">',
68        '#suffix' => '</div>',        '#suffix' => '</div>',
69      );      );

Legend:
Removed from v.1.8.2.37.2.2  
changed lines
  Added in v.1.8.2.37.2.3

  ViewVC Help
Powered by ViewVC 1.1.2