mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
view message cancel stip html
This commit is contained in:
+1
-1
@@ -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> ]";
|
$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);
|
//$body = htmlspecialchars_decode($body);
|
||||||
$added = $message['added'];
|
$added = $message['added'];
|
||||||
if ($message['sender'] == $CURUSER['id'])
|
if ($message['sender'] == $CURUSER['id'])
|
||||||
|
|||||||
Reference in New Issue
Block a user