해당 스킨을 사용하여 글 등록시 이미지나 글 내용이 저장이 되지 않아 뜨지 않는 부분을 수정합니다

write_update.inc.php
0.01MB

스킨을 수정하지 않았다면 위 파일을 저장하여 덮어씌워주셔도 됩니다.

 

수정할 파일: 해당 스킨폴더내의 write_update_inc.php

 

90번째줄 아래

// ******************** 호출 관련, 호출 시 해당 멤버에게 쪽지 보내기 기능 종료

if($w != 'cu') {
$customer_sql = "
{$memo_custom_sql}
";

 

바로 아래 

$customer_sql .= ", wr_log_type='{$wr_log_type}'";
if($wr_log_type=="story" && $wr_content_story) 
$customer_sql .= ", wr_content_story='{$wr_content_story}'";

해당 내용을 추가합니다.