test
This commit is contained in:
parent
2726b158b5
commit
51d2790670
@ -38,9 +38,9 @@ class schulze
|
||||
return $r;
|
||||
}
|
||||
|
||||
function votify(&$votes)
|
||||
function votify(&$v)
|
||||
{
|
||||
array_flip($votes);
|
||||
$votes = array_flip($v);
|
||||
foreach($votes as $vote)
|
||||
{
|
||||
$vote["vote"] = explode("/", $vote["vote"]);
|
||||
|
Reference in New Issue
Block a user