Fixed queries and profile page.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require("connect.php");
|
||||
|
||||
function selectAllFriends($db, $userID) {
|
||||
function selectAllFriends($userID) {
|
||||
$stmt = $GLOBALS["db"]->prepare("
|
||||
SELECT
|
||||
`username`,
|
||||
|
||||
Reference in New Issue
Block a user