Gazelle/sections/friends/comment.php
2011-03-28 15:21:28 +01:00

4 lines
153 B
PHP

<?
$DB->query("UPDATE friends SET Comment='$P[comment]' WHERE UserID='$LoggedUser[ID]' AND FriendID='$P[friendid]'");
header('Location: friends.php');
?>