From e2b73201036462f6784b49ab6295d00091bfec84 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 4 Mar 2020 08:10:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/boards/thread.php=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/boards/thread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/boards/thread.php b/threadr/boards/thread.php index 6fff144..650fe6f 100644 --- a/threadr/boards/thread.php +++ b/threadr/boards/thread.php @@ -31,7 +31,7 @@ $id = _GET('id'); if (!$error) { $statement = $pdo->prepare("SELECT * FROM boards WHERE id=$id"); $statement->execute(); - $statement->fetchAll() as $ROW + $statement->fetchAll() as $ROW; echo "$ROW[name]"; } if (!$result) {