forgot a '

master
Jakob 2020-03-06 10:07:44 +01:00
parent 74fc06bbf3
commit bbc06ab7e3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $navbar="boards";
$error = false;
$error_message = "";
if (!$error) {
echo '<br /><center><h2 color="beige">Private Boards</h2><center>;
echo '<br /><center><h2 color="beige">Private Boards</h2><center>';
$statement = $pdo->prepare("SELECT * FROM boards WHERE private='1' ORDER BY id asc");
$statement->execute();
foreach($statement->fetchAll() as $ROW) {