This commit is contained in:
biglyderv 2025-01-28 20:39:23 -05:00
parent 7f1e97682b
commit 02629be5bf

View file

@ -88,7 +88,7 @@
$msum += $matrixe[$una][$unb];
continue;
}
$matrixe[$una][$unb] = 0.1;
$matrixe[$una][$unb] = 0.03;
foreach ($result as $userc) {
$unc = $userc['username'];