게시판 관리자에서 게시판 복사시 누락된 필드(목록에서 파일 사용) 추가

This commit is contained in:
thisgun
2020-11-26 16:49:26 +09:00
parent a18cd9d971
commit 74ea8e651a

View File

@ -74,6 +74,7 @@ $sql = " insert into {$g5['board_table']}
bo_use_ip_view = '{$board['bo_use_ip_view']}',
bo_use_list_view = '{$board['bo_use_list_view']}',
bo_use_list_content = '{$board['bo_use_list_content']}',
bo_use_list_file = '{$board['bo_use_list_file']}',
bo_table_width = '{$board['bo_table_width']}',
bo_subject_len = '{$board['bo_subject_len']}',
bo_mobile_subject_len = '{$board['bo_mobile_subject_len']}',