diff --git a/threadr/profile/edit.php b/threadr/profile/edit.php index dca17f2..1786633 100644 --- a/threadr/profile/edit.php +++ b/threadr/profile/edit.php @@ -1,10 +1,11 @@ prepare('SELECT name FROM users WHERE id = :user_id;'); // to be replaced with optional user name off the user data table $result = $statement->execute(array('user_id' => $_SESSION['user_id'])); $dbentry = $statement->fetch();