--- fenglin/bbs/article_service_post.php 2025/10/24 02:45:16 1.10 +++ fenglin/bbs/article_service_post.php 2025/10/31 06:22:33 1.11 @@ -126,7 +126,7 @@ } // Calculate length of content - $length = str_length(LML($content, false, 1024)); + $length = str_length($content, true); // Initial variables $tid = 0;