that's all folks
This commit is contained in:
parent
389f0be905
commit
d8b95e3df0
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Reference in a new issue