New errata corrections

This commit is contained in:
RobinNixon
2021-11-22 11:21:03 +00:00
parent a8d4666114
commit 8768e012f7
6 changed files with 24 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ _END;
$query = "SELECT * FROM messages WHERE recip='$view' ORDER BY time DESC";
$result = queryMysql($query);
$num = $result->rowCount();
while ($row = $result->fetch())
{