probably some syntax error idk

master
Jakob 2020-03-04 11:01:59 +01:00
parent bc5182c179
commit 094455389c
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ $navbar="boards";
echo "<li><a href='%CONTENT_DIR%/boards/thread.php?id=$ROW[id]'>$ROW[name]</a></li>"; echo "<li><a href='%CONTENT_DIR%/boards/thread.php?id=$ROW[id]'>$ROW[name]</a></li>";
} }
} }
if (!$result) {
$error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2];
}
} }
?> ?>
</ul> </ul>