Skip to content

Commit

Permalink
중복코드 삭제 및 경고문이 나오는 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jan 12, 2023
1 parent 7516424 commit 8f3893b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion adm/shop_admin/categoryform.php
Expand Up @@ -12,7 +12,6 @@
'ca_name'=>'',
'ca_order'=>'',
'ca_mb_id'=>'',
'ca_skin_dir'=>'',
'ca_cert_use'=>0,
'ca_adult_use'=>0,
'ca_sell_email'=>'',
Expand Down
2 changes: 1 addition & 1 deletion adm/shop_admin/categorylist.php
Expand Up @@ -17,7 +17,7 @@
$sql_search .= " $where $sfl like '%$stx%' ";
$where = " and ";
}
if ($save_stx && ($save_stx != $stx))
if (isset($save_stx) && $save_stx && ($save_stx != $stx))
$page = 1;
}

Expand Down

0 comments on commit 8f3893b

Please sign in to comment.