diff --git a/threadr/profile/edit.php b/threadr/profile/edit.php index fc8df05..dca17f2 100644 --- a/threadr/profile/edit.php +++ b/threadr/profile/edit.php @@ -1,10 +1,10 @@ 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(); @@ -13,7 +13,6 @@ $username = $dbentry['name']; $navbar = "profile"; ?> -