이 부분 주석처리를 어떻게 해야 하나요? 정보
이 부분 주석처리를 어떻게 해야 하나요?본문
bbs/delete.php
에서 아래 부분을 수정하려 하는데요.
// 코멘트 포인트 삭제
if (!delete_point($row[mb_id], $bo_table, $row[wr_id], '코멘트'))
insert_point($row[mb_id], $board[bo_comment_point] * (-1), "$board[bo_subject] {$write[wr_id]}-{$row[wr_id]} 코멘트삭제");
insert_point 함수 부분을 주석처리하면 글을 삭제해도 코멘트 포인트가 삭제되지 않는다고 해서 수정하려고 하는데 주석을 어떤식으로 넣어야 할지 모르겠네요.
앞뒤로 /* */ 넣어봤는데 적용이 안됩니다..
아시는 분 답변 좀 해주세요~
에서 아래 부분을 수정하려 하는데요.
// 코멘트 포인트 삭제
if (!delete_point($row[mb_id], $bo_table, $row[wr_id], '코멘트'))
insert_point($row[mb_id], $board[bo_comment_point] * (-1), "$board[bo_subject] {$write[wr_id]}-{$row[wr_id]} 코멘트삭제");
insert_point 함수 부분을 주석처리하면 글을 삭제해도 코멘트 포인트가 삭제되지 않는다고 해서 수정하려고 하는데 주석을 어떤식으로 넣어야 할지 모르겠네요.
앞뒤로 /* */ 넣어봤는데 적용이 안됩니다..
아시는 분 답변 좀 해주세요~
댓글 전체
bbs/comment_delete.php - 해당 코멘트 삭제 - 코멘트 적립 포인트 미감소
// 코멘트 삭제
/*if (!delete_point($write[mb_id], $bo_table, $comment_id, '코멘트'))
insert_point($write[mb_id], $board[bo_comment_point] * (-1), "$board[bo_subject] {$write[wr_parent]}-{$comment_id} 코멘트삭제");*/
bbs/delete.php - 코멘트 달린 원글 삭제 - 코멘트 적립 포인트 미감소
// 코멘트 포인트 삭제
/*if (!delete_point($row[mb_id], $bo_table, $row[wr_id], '코멘트'))
insert_point($row[mb_id], $board[bo_comment_point] * (-1), "$board[bo_subject] {$write[wr_id]}-{$row[wr_id]} 코멘트삭제"); */
// 코멘트 삭제
/*if (!delete_point($write[mb_id], $bo_table, $comment_id, '코멘트'))
insert_point($write[mb_id], $board[bo_comment_point] * (-1), "$board[bo_subject] {$write[wr_parent]}-{$comment_id} 코멘트삭제");*/
bbs/delete.php - 코멘트 달린 원글 삭제 - 코멘트 적립 포인트 미감소
// 코멘트 포인트 삭제
/*if (!delete_point($row[mb_id], $bo_table, $row[wr_id], '코멘트'))
insert_point($row[mb_id], $board[bo_comment_point] * (-1), "$board[bo_subject] {$write[wr_id]}-{$row[wr_id]} 코멘트삭제"); */
감사합니다 정말~~ 포인트 못 드려서 죄송해요ㅠㅠ..