bo_use_sns 반영

This commit is contained in:
gnuboard
2013-05-28 18:04:36 +09:00
parent 3559164a48
commit b1dcfd185c
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ if ($_POST['act_button'] == "선택수정") {
bo_comment_point = '{$_POST['bo_comment_point'][$k]}',
bo_download_point = '{$_POST['bo_download_point'][$k]}',
bo_use_search = '{$_POST['bo_use_search'][$k]}',
bo_use_sns = '{$_POST['bo_use_sns'][$k]}',
bo_show_menu = '{$_POST['bo_show_menu'][$k]}',
bo_order = '{$_POST['bo_order'][$k]}'
where bo_table = '{$_POST['board_table'][$k]}' ";