Gazelle/sections/friends/comment.php

4 lines
153 B
PHP
Raw Normal View History

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