fix
This commit is contained in:
parent
8fe117a027
commit
a93883574a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
foreach ($result as $userc) {
|
||||
$matrixe[$usera['username']][$userb['username']] += $matrixf[$usera['username']][$userc['username']] * $matrixf[$userc['username']][$userb['username']];
|
||||
}
|
||||
$pr[$usera['username']] += $matrixe[$usera['username']][$userb['username']];
|
||||
$pr[$usera['username']] += $prold[$userb['username']] * $matrixe[$usera['username']][$userb['username']];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue