diff --git a/website/public/API/searchGroups.php b/website/public/API/searchGroups.php new file mode 100644 index 0000000..8568b29 --- /dev/null +++ b/website/public/API/searchGroups.php @@ -0,0 +1,28 @@ + $friend) { $friendshipStatus = getFriendshipStatus($friend->userID); - - if ($limit != 0 && $i >= $limit) - $extra = "extra-friend-item"; - else - $extra = ""; ?>