test
This commit is contained in:
parent
cf94d99129
commit
f070bde13e
@ -51,7 +51,7 @@ class schulze
|
|||||||
$w = array();
|
$w = array();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$j = 0;
|
$j = 0;
|
||||||
$v = stringify($v);
|
$v = $this->stringify($v);
|
||||||
sort($v);
|
sort($v);
|
||||||
print_r($v);
|
print_r($v);
|
||||||
for($i = 0;$i < count($v) - 1;$i++)
|
for($i = 0;$i < count($v) - 1;$i++)
|
||||||
@ -69,7 +69,7 @@ class schulze
|
|||||||
$w[$s] = 1;
|
$w[$s] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$w = votify($w);
|
$w = $this->votify($w);
|
||||||
print_r($w);
|
print_r($w);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user