Merge branch 'master' into 'kevin-prototype'

# Conflicts:
#   website/queries/friendship.php
#   website/queries/user.php
This commit is contained in:
Kevin Nobel
2017-01-18 16:22:29 +01:00
35 changed files with 1683 additions and 571 deletions

View File

@@ -27,4 +27,4 @@ function selectAllFriends($db, $userID) {
$stmt->bindParam(':userID', $userID, PDO::PARAM_INT);
$stmt->execute();
return $stmt;
}
}