Merge branch 'master' of ssh://gitlab-fnwi.uva.nl:1337/11166932/WebDB
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
require("connect.php");
|
||||
|
||||
function selectAllFriends($userID) {
|
||||
$stmt = $GLOBALS["db"]->prepare("
|
||||
SELECT
|
||||
`userID`,
|
||||
`username`,
|
||||
IFNULL(
|
||||
`profilepicture`,
|
||||
|
||||
Reference in New Issue
Block a user