| 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() |
| 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>'; |