This commit is contained in:
biglyderv 2025-01-28 20:38:40 -05:00
parent 24ad2f32ef
commit 7f1e97682b

View file

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