게시판 관리자에서 게시판 복사시 누락된 필드(목록에서 파일 사용) 추가
This commit is contained in:
@ -74,6 +74,7 @@ $sql = " insert into {$g5['board_table']}
|
|||||||
bo_use_ip_view = '{$board['bo_use_ip_view']}',
|
bo_use_ip_view = '{$board['bo_use_ip_view']}',
|
||||||
bo_use_list_view = '{$board['bo_use_list_view']}',
|
bo_use_list_view = '{$board['bo_use_list_view']}',
|
||||||
bo_use_list_content = '{$board['bo_use_list_content']}',
|
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_table_width = '{$board['bo_table_width']}',
|
||||||
bo_subject_len = '{$board['bo_subject_len']}',
|
bo_subject_len = '{$board['bo_subject_len']}',
|
||||||
bo_mobile_subject_len = '{$board['bo_mobile_subject_len']}',
|
bo_mobile_subject_len = '{$board['bo_mobile_subject_len']}',
|
||||||
|
|||||||
Reference in New Issue
Block a user