팝업레이어관리 커뮤니티 쇼핑몰 구분이 안되는 오류 수정

This commit is contained in:
thisgun
2021-01-12 20:48:02 +09:00
parent 52871c4a3a
commit 9c163e2936
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ $nw = array(
'nw_end_time'=>'',
'nw_subject'=>'',
'nw_content'=>'',
'nw_division'=>'',
);
$html_title = "팝업레이어";

View File

@ -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']}',