tweak
This commit is contained in:
parent
7f1e97682b
commit
02629be5bf
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
$msum += $matrixe[$una][$unb];
|
$msum += $matrixe[$una][$unb];
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$matrixe[$una][$unb] = 0.1;
|
$matrixe[$una][$unb] = 0.03;
|
||||||
|
|
||||||
foreach ($result as $userc) {
|
foreach ($result as $userc) {
|
||||||
$unc = $userc['username'];
|
$unc = $userc['username'];
|
||||||
|
|
Loading…
Reference in a new issue