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