that's all folks

This commit is contained in:
notfire 2025-02-18 15:27:57 -05:00
parent 389f0be905
commit d8b95e3df0
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -16,7 +16,7 @@ foreach (array_reverse($rows) as $i) {
if ($i["isrespondedto"] === "f" && $i["ispublic"] === "t") {
$totalUnresponded++;
} else if ($i["ispublic"] === "f") {
if ($i["isprivread" === "t"]) {
if ($i["isprivread"] === "t") {
$totalPrivRead++;
} else {
$totalPriv++;