another fix

master
Jakob 2020-03-04 10:32:50 +01:00
parent deb79c01b6
commit 1c677ae3c3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $navbar="boards";
if (!$error) {
$statement = $pdo->prepare("SELECT * FROM boards WHERE id=$_GET['id']");
$statement->execute();
$statement->fetchAll()[0]['name']";
echo $statement->fetchAll()[0]['name']";
}
if (!$result) {
$error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2];