SNS 구조 및 기능 보완

This commit is contained in:
gnuboard
2013-06-04 13:15:21 +09:00
parent e245a53207
commit 9f6974cbcc
13 changed files with 47 additions and 26 deletions

View File

@ -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'])
{