Kevin prototype #113

Merged
11319801 merged 1 commits from kevin-prototype into master 2017-01-24 17:05:52 +01:00

View File

@@ -20,8 +20,6 @@ if(empty($_GET["username"])) {
$userID = getUserID($_GET["username"]);
}
echo "User ID: $userID";
$user = selectUser($_SESSION["userID"], $userID);
$profile_friends = selectAllFriends($userID);
$profile_groups = selectAllUserGroups($userID);