forked from root/threadr.lostcave.ddnss.de
„threadr/boards/thread.php“ ändern
parent
3b3d554204
commit
e2b7320103
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue