Gazelle/sections/friends/remove.php

4 lines
132 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
$DB->query("DELETE FROM friends WHERE UserID='$LoggedUser[ID]' AND FriendID='$P[friendid]'");
header('Location: friends.php');
?>