--- fenglin/www/show_article.php 2025/03/12 11:12:27 1.10 +++ fenglin/www/show_article.php 2025/03/26 07:09:36 1.13 @@ -74,7 +74,7 @@ TD.content
| echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> [ echo ($row["transship"]?"转载":"原创"); ?>] | @@ -92,12 +92,12 @@ TD.content|
| echo LML(htmlspecialchars($content, ENT_HTML401, 'UTF-8'),true,true,1024); ?> | +echo LML(htmlspecialchars($content, ENT_HTML401, 'UTF-8'), true, true, 1024); ?> |
|
========== * * * * * ==========
- + $rs_attachment=mysql_query("select * from upload_file where ref_AID=". $row["AID"]." and deleted=0 and deny=0 order by AID") @@ -120,17 +120,7 @@ TD.content case "jpg": case "jpeg": ?> - |