mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
4 lines
153 B
PHP
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');
|
||
|
?>
|