mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
view message cancel stip html
This commit is contained in:
@@ -228,7 +228,7 @@ $sender = get_username($message['sender']);
|
||||
$reply = " [ <a href=\"sendmessage.php?receiver=" . $message['sender'] . "&replyto=" . $pm_id . "\">".$lang_messages['text_reply']."</a> ]";
|
||||
}
|
||||
}
|
||||
$body = format_comment($message['msg']);
|
||||
$body = format_comment($message['msg'], false);
|
||||
//$body = htmlspecialchars_decode($body);
|
||||
$added = $message['added'];
|
||||
if ($message['sender'] == $CURUSER['id'])
|
||||
|
||||
Reference in New Issue
Block a user