sns 댓글 url 전달되지 않는 오류 수정

This commit is contained in:
chicpro
2014-05-26 10:34:43 +09:00
parent 278c8ac541
commit aa2beb7027
3 changed files with 7 additions and 5 deletions

View File

@ -136,9 +136,6 @@ if ($w == 'c') // 댓글 입력
$wr_subject = get_text(stripslashes($wr['wr_subject']));
// SNS 등록
include_once("./write_comment_update.sns.php");
$sql = " insert into $write_table
set ca_name = '{$wr['ca_name']}',
wr_option = '$wr_secret',
@ -238,6 +235,9 @@ if ($w == 'c') // 댓글 입력
mailer($wr_name, $wr_email, $unique_email[$i], $subject, $content, 1);
}
}
// SNS 등록
include_once("./write_comment_update.sns.php");
}
else if ($w == 'cu') // 댓글 수정
{