Merge branch 'master' into 'kevin-prototype'
# Conflicts: # website/queries/friendship.php # website/queries/user.php
This commit is contained in:
@@ -27,4 +27,4 @@ function selectAllFriends($db, $userID) {
|
||||
$stmt->bindParam(':userID', $userID, PDO::PARAM_INT);
|
||||
$stmt->execute();
|
||||
return $stmt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user