게시글을 삭제하는데, 추천 정보는 삭제하지 않습니다.
bbs/delete.php, delete_all.php, delete_comment.php 에서,
게시글 정보 삭제하는 loop에 아래 코드를 넣습니다.
// 추천정보를 삭제
$sql = " delete from $g4[board_good_table] where bo_table = '$bo_table' and wr_id = '$row[wr_id]' ";
$sql = " delete from $g4[board_good_table] where bo_table = '$bo_table' and wr_id = '$row[wr_id]' ";
- opencode.co.kr -