팝업레이어관리 커뮤니티 쇼핑몰 구분이 안되는 오류 수정
This commit is contained in:
@ -11,6 +11,7 @@ $nw = array(
|
||||
'nw_end_time'=>'',
|
||||
'nw_subject'=>'',
|
||||
'nw_content'=>'',
|
||||
'nw_division'=>'',
|
||||
);
|
||||
|
||||
$html_title = "팝업레이어";
|
||||
|
||||
@ -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']}',
|
||||
|
||||
Reference in New Issue
Block a user