사용자: merge & 설문조사결과 스킨 보완

This commit is contained in:
whitedot
2013-01-18 10:08:24 +09:00
parent 46f3fb553d
commit 4731127e97
2 changed files with 4 additions and 6 deletions

View File

@ -83,6 +83,7 @@ $sql_common = " gr_id = '{$_POST['gr_id']}',
bo_use_ip_view = '{$_POST['bo_use_ip_view']}',
bo_use_list_view = '{$_POST['bo_use_list_view']}',
bo_use_list_content = '{$_POST['bo_use_list_content']}',
bo_use_email = '{$_POST['bo_use_email']}',
bo_table_width = '{$_POST['bo_table_width']}',
bo_subject_len = '{$_POST['bo_subject_len']}',
bo_page_rows = '{$_POST['bo_page_rows']}',
@ -127,9 +128,6 @@ $sql_common = " gr_id = '{$_POST['gr_id']}',
bo_9 = '{$_POST['bo_9']}',
bo_10 = '{$_POST['bo_10']}' ";
if (isset($_POST['bo_use_email']))
$sql_common .= ", bo_use_email = '{$_POST['bo_use_email']}'";
if ($w == '') {
$row = sql_fetch(" select count(*) as cnt from {$g4['board_table']} where bo_table = '{$bo_table}' ");