주석 설명문 수정

This commit is contained in:
thisgun
2021-04-02 11:40:50 +09:00
parent 6900423a0c
commit 78dcd927b8

View File

@ -111,7 +111,7 @@ while ($row = sql_fetch_array($result))
}
}
// 게시글 삭제
// 게시글과 댓글 삭제
sql_query(" delete from $write_table where wr_parent = '{$write['wr_id']}' ");
// 최근게시물 삭제