| 33 |
$username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); |
$username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); |
| 34 |
$nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); |
$nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); |
| 35 |
$level = user_level($article["exp"]); |
$level = user_level($article["exp"]); |
| 36 |
$content = LML($article["content"], true, false, 130); |
$content = LML($article["content"], 130); |
| 37 |
|
|
| 38 |
$transship_info = ""; |
$transship_info = ""; |
| 39 |
if ($article["transship"]) |
if ($article["transship"]) |