From d8b95e3df0bcc3c4002878b3d03c66eeee2dee11 Mon Sep 17 00:00:00 2001 From: notfire Date: Tue, 18 Feb 2025 15:27:57 -0500 Subject: [PATCH] that's all folks --- admin/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/all.php b/admin/all.php index 9d426fb..d002a9e 100644 --- a/admin/all.php +++ b/admin/all.php @@ -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++;