diff --git a/adm/newwinform.php b/adm/newwinform.php index 2f535c443..6d081338d 100644 --- a/adm/newwinform.php +++ b/adm/newwinform.php @@ -11,6 +11,7 @@ $nw = array( 'nw_end_time'=>'', 'nw_subject'=>'', 'nw_content'=>'', +'nw_division'=>'', ); $html_title = "팝업레이어"; diff --git a/adm/newwinformupdate.php b/adm/newwinformupdate.php index 7fb507512..ce1b58116 100644 --- a/adm/newwinformupdate.php +++ b/adm/newwinformupdate.php @@ -19,6 +19,7 @@ $posts = array(); $check_keys = array( 'nw_device'=>'str', +'nw_division'=>'str', 'nw_begin_time'=>'str', 'nw_end_time'=>'str', 'nw_disable_hours'=>'int', @@ -41,6 +42,7 @@ foreach($check_keys as $key=>$val){ } $sql_common = " nw_device = '{$posts['nw_device']}', + nw_division = '{$posts['nw_division']}', nw_begin_time = '{$posts['nw_begin_time']}', nw_end_time = '{$posts['nw_end_time']}', nw_disable_hours = '{$posts['nw_disable_hours']}',