사용자: 게시판 댓글달기 오류 중 일부

This commit is contained in:
whitedot
2012-12-28 17:20:14 +09:00
parent 9d72d22258
commit 888adc988e

View File

@ -158,7 +158,7 @@ if ($w == 'c') // 코멘트 입력
}
$sql = " insert into {$write_table}
set ca_name = '{$wr[ca_name]',
set ca_name = '{$wr[ca_name]}',
wr_option = '{$wr_secret}',
wr_num = '{$wr[wr_num]}',
wr_reply = '',
@ -219,7 +219,7 @@ if ($w == 'c') // 코멘트 입력
$subject = $board[bo_subject].' 게시판에 '.$str.'글이 올라왔습니다.';
// 4.00.15 - 메일로 보내는 코멘트의 바로가기 링크 수정
$link_url = $g4[url]'./.'$g4[bbs]'./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id.'&'.$qstr.'#c_'.$comment_id;
$link_url = $g4['url']"./."$g4['bbs']"./board.php?bo_table=".$bo_table."&wr_id=".$wr_id."&".$qstr."#c_".$comment_id;
include_once($g4['path'].'/lib/mailer.lib.php');