SNS 구조 및 기능 보완
This commit is contained in:
@ -134,6 +134,8 @@ if ($w == 'c') // 댓글 입력
|
||||
$tmp_comment_reply = '';
|
||||
}
|
||||
|
||||
$wr_subject = get_text(stripslashes($wr['wr_subject']));
|
||||
|
||||
// SNS 등록
|
||||
include_once("./write_comment_update.sns.php");
|
||||
|
||||
@ -185,9 +187,6 @@ if ($w == 'c') // 댓글 입력
|
||||
// 포인트 부여
|
||||
insert_point($member['mb_id'], $board['bo_comment_point'], "{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글');
|
||||
|
||||
|
||||
$wr_subject = get_text(stripslashes($wr['wr_subject']));
|
||||
|
||||
// 메일발송 사용
|
||||
if ($config['cf_email_use'] && $board['bo_use_email'])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user