댓글 작성시 w 값 넘어가지 않는 문제 수정

This commit is contained in:
chicpro
2013-01-18 18:04:00 +09:00
parent e020d3f3d6
commit e1749834ed

View File

@ -71,7 +71,10 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
</article>
<?}?>
<? if ($is_comment_write) { ?>
<? if ($is_comment_write) {
if($w == '')
$w = 'c';
?>
<aside id="bo_vc_w">
<h2>댓글쓰기</h2>
<form name="fviewcomment" method="post" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" autocomplete="off">