From c820159c410b2acdf839a32b91c8a65b0b970f34 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 19 Nov 2012 18:31:46 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20#47=20=EC=9D=98?= =?UTF-8?q?=205=20=EC=B2=98=EB=A6=AC=20:=20['board=5Ftable]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_copy_update.php | 80 ++++++++++++++++---------------- adm/board_form.php | 86 +++++++++++++++++------------------ adm/board_form_update.php | 96 +++++++++++++++++++-------------------- adm/board_list.php | 12 ++--- adm/board_list_update.php | 12 ++--- 5 files changed, 143 insertions(+), 143 deletions(-) diff --git a/adm/board_copy_update.php b/adm/board_copy_update.php index 118127fce..2bd9fbf07 100644 --- a/adm/board_copy_update.php +++ b/adm/board_copy_update.php @@ -31,41 +31,41 @@ $sql = " insert into {$g4['board_table']} bo_subject = '$target_subject', gr_id = '{$board['gr_id']}', bo_admin = '{$board['bo_admin']}', - bo_list_level = '{$board['bo_list_level']}', - bo_read_level = '{$board['bo_read_level']}', - bo_write_level = '{$board['bo_write_level']}', - bo_reply_level = '{$board['bo_reply_level']}', - bo_comment_level = '{$board['bo_comment_level']}', - bo_upload_level = '{$board['bo_upload_level']}', - bo_download_level = '{$board['bo_download_level']}', - bo_html_level = '{$board['bo_html_level']}', - bo_link_level = '{$board['bo_link_level']}', - bo_trackback_level = '{$board['bo_trackback_level']}', - bo_count_modify = '{$board['bo_count_modify']}', - bo_count_delete = '{$board['bo_count_delete']}', - bo_read_point = '{$board['bo_read_point']}', - bo_write_point = '{$board['bo_write_point']}', - bo_comment_point = '{$board['bo_comment_point']}', - bo_download_point = '{$board['bo_download_point']}', - bo_use_category = '{$board['bo_use_category']}', + bo_list_level = '{$board[bo_list_level]}', + bo_read_level = '{$board[bo_read_level]}', + bo_write_level = '{$board[bo_write_level]}', + bo_reply_level = '{$board[bo_reply_level]}', + bo_comment_level = '{$board[bo_comment_level]}', + bo_upload_level = '{$board[bo_upload_level]}', + bo_download_level = '{$board[bo_download_level]}', + bo_html_level = '{$board[bo_html_level]}', + bo_link_level = '{$board[bo_link_level]}', + bo_trackback_level = '{$board[bo_trackback_level]}', + bo_count_modify = '{$board[bo_count_modify]}', + bo_count_delete = '{$board[bo_count_delete]}', + bo_read_point = '{$board[bo_read_point]}', + bo_write_point = '{$board[bo_write_point]}', + bo_comment_point = '{$board[bo_comment_point]}', + bo_download_point = '{$board[bo_download_point]}', + bo_use_category = '{$board[bo_use_category]}', bo_category_list = '{$board['bo_category_list']}', bo_disable_tags = '{$board['bo_disable_tags']}', - bo_use_secret = '{$board['bo_use_secret']}', - bo_use_dhtml_editor = '{$board['bo_use_dhtml_editor']}', - bo_use_sideview = '{$board['bo_use_sideview']}', - bo_use_comment = '{$board['bo_use_comment']}', - bo_use_good = '{$board['bo_use_good']}', - bo_use_nogood = '{$board['bo_use_nogood']}', - bo_use_signature = '{$board['bo_use_signature']}', - bo_use_ip_view = '{$board['bo_use_ip_view']}', - bo_use_trackback = '{$board['bo_use_trackback']}', + bo_use_secret = '{$board[bo_use_secret]}', + bo_use_dhtml_editor = '{$board[bo_use_dhtml_editor]}', + bo_use_sideview = '{$board[bo_use_sideview]}', + bo_use_comment = '{$board[bo_use_comment]}', + bo_use_good = '{$board[bo_use_good]}', + bo_use_nogood = '{$board[bo_use_nogood]}', + bo_use_signature = '{$board[bo_use_signature]}', + bo_use_ip_view = '{$board[bo_use_ip_view]}', + bo_use_trackback = '{$board[bo_use_trackback]}', bo_use_list_view = '{$board['o_use_list_view']}', - bo_use_list_content = '{$board['bo_use_list_content']}', - bo_table_width = '{$board['bo_table_width']}', - bo_subject_len = '{$board['bo_subject_len']}', - bo_page_rows = '{$board['bo_page_rows']}', - bo_new = '{$board['bo_new']}', - bo_hot = '{$board['bo_hot']}', + bo_use_list_content = '{$board[bo_use_list_content]}', + bo_table_width = '{$board[bo_table_width]}', + bo_subject_len = '{$board[bo_subject_len]}', + bo_page_rows = '{$board[bo_page_rows]}', + bo_new = '{$board[bo_new]}', + bo_hot = '{$board[bo_hot]}', bo_image_width = '{$board[bo_image_width]}', bo_skin = '{$board['bo_skin']}', bo_include_head = '{$board['bo_include_head']}', @@ -73,14 +73,14 @@ $sql = " insert into {$g4['board_table']} bo_content_head = '".addslashes($board['bo_content_head'])."', bo_content_tail = '".addslashes($board['bo_content_tail'])."', bo_insert_content = '".addslashes($board['bo_insert_content'])."', - bo_gallery_cols = '{$board['bo_gallery_cols']}', - bo_upload_size = '{$board['bo_upload_size']}', - bo_reply_order = '{$board['bo_reply_order']}', - bo_use_search = '{$board['bo_use_search']}', - bo_order_search = '{$board['bo_order_search']}', + bo_gallery_cols = '{$board[bo_gallery_cols]}', + bo_upload_size = '{$board[bo_upload_size]}', + bo_reply_order = '{$board[bo_reply_order]}', + bo_use_search = '{$board[bo_use_search]}', + bo_order_search = '{$board[bo_order_search]}', bo_notice = '{$board['bo_notice']}', - bo_upload_count = '{$board['bo_upload_count']}', - bo_use_email = '{$board['bo_use_email']}', + bo_upload_count = '{$board[bo_upload_count]}', + bo_use_email = '{$board[bo_use_email]}', bo_sort_field = '{$board['bo_sort_field']}', bo_1_subj = '{$board['bo_1_subj']}', bo_2_subj = '{$board['bo_2_subj']}', @@ -159,7 +159,7 @@ if ($copy_case == 'schema_data_both') // 게시글수 저장 $sql = " select bo_count_write, bo_count_comment from {$g4['board_table']} where bo_table = '$bo_table' "; $row = sql_fetch($sql); - $sql = " update {$g4['board_table']} set bo_count_write = '{$row['bo_count_write']}', bo_count_comment = '{$row['bo_count_comment']}' where bo_table = '$target_table' "; + $sql = " update {$g4['board_table']} set bo_count_write = '{$row[bo_count_write]}', bo_count_comment = '{$row[bo_count_comment]}' where bo_table = '$target_table' "; sql_query($sql); // 05.05.24 diff --git a/adm/board_form.php b/adm/board_form.php index d81f2d0d3..a17a53793 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -116,7 +116,7 @@ include_once ('./admin.head.php'); - > + > @@ -127,7 +127,7 @@ include_once ('./admin.head.php'); - + @@ -154,7 +154,7 @@ include_once ('./admin.head.php'); - + @@ -164,7 +164,7 @@ include_once ('./admin.head.php'); - + @@ -174,7 +174,7 @@ include_once ('./admin.head.php'); - + @@ -184,7 +184,7 @@ include_once ('./admin.head.php'); - + @@ -194,7 +194,7 @@ include_once ('./admin.head.php'); - + @@ -204,7 +204,7 @@ include_once ('./admin.head.php'); - + @@ -214,7 +214,7 @@ include_once ('./admin.head.php'); - + @@ -224,7 +224,7 @@ include_once ('./admin.head.php'); - + @@ -234,7 +234,7 @@ include_once ('./admin.head.php'); - + @@ -245,7 +245,7 @@ include_once ('./admin.head.php'); - + @@ -263,7 +263,7 @@ include_once ('./admin.head.php'); - 코멘트 개 이상 달리면 수정불가 + 코멘트 개 이상 달리면 수정불가 @@ -273,7 +273,7 @@ include_once ('./admin.head.php'); - 코멘트 개 이상 달리면 삭제불가 + 코멘트 개 이상 달리면 삭제불가 @@ -283,7 +283,7 @@ include_once ('./admin.head.php'); - >사용 (글쓴이 클릭시 나오는 레이어 메뉴) + >사용 (글쓴이 클릭시 나오는 레이어 메뉴) @@ -293,7 +293,7 @@ include_once ('./admin.head.php'); - >사용 + >사용 @@ -303,7 +303,7 @@ include_once ('./admin.head.php'); - >사용 (코멘트수 클릭시 새창으로 보임) + >사용 (코멘트수 클릭시 새창으로 보임) @@ -319,7 +319,7 @@ include_once ('./admin.head.php');