--- lbbs/src/article_post.c 2025/06/15 02:04:18 1.14 +++ lbbs/src/article_post.c 2025/06/15 02:24:45 1.15 @@ -623,7 +623,7 @@ int article_modify(const SECTION_LIST *p // Update article snprintf(sql, sizeof(sql), - "UPDATE bbs SET CID = %d, length = %ld WHERE AID = %d", + "UPDATE bbs SET CID = %d, length = %ld, excerption = 0 WHERE AID = %d", // Set excerption = 0 explictly in case of rare condition p_article_new->cid, len_content, p_article->aid); if (mysql_query(db, sql) != 0)