skdg
This commit is contained in:
parent
7c3e3239f3
commit
b9bbde102f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
$dst = count($stmt->fetchAll(PDO::FETCH_DEFAULT));
|
||||
|
||||
$pr[$usern['username']] += $pr[$fn] / ($dst + 5) / 10;
|
||||
$pr[$usern['username']] += $pr[$fn] / ($dst + 10) / 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue