/[drupal]/contributions/modules/decisions/modes/ranking.module
ViewVC logotype

Diff of /contributions/modules/decisions/modes/ranking.module

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

revision 1.23, Mon Oct 26 20:41:27 2009 UTC revision 1.24, Mon Oct 26 20:49:06 2009 UTC
# Line 7  Line 7 
7   * from 1 to n   * from 1 to n
8   */   */
9    
10  // $Id: ranking.module,v 1.22 2009/08/19 22:30:20 anarcat Exp $  // $Id: ranking.module,v 1.23 2009/10/26 20:41:27 anarcat Exp $
11    
12  /**  /**
13   * Implementation of hook_help()   * Implementation of hook_help()
# Line 155  function ranking_decisions_view_results( Line 155  function ranking_decisions_view_results(
155        }        }
156      }      }
157    
158      $output .= theme_table(array(), $rows, array(), "The number in a given square is the number of times the row was preferred to the column.");      $output .= theme_table(array(), $rows, array(), "The table below indicates the number of voters who preferred the row to the column.");
159    
160      // Display the outcome of the Schulze count.      // Display the outcome of the Schulze count.
161      $output .= '<p>Results</p><ul>';      $output .= '<p>Results</p><ul>';

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.2