From 8f3893bb43d7d2f62c6b16c5c2e832830a792145 Mon Sep 17 00:00:00 2001 From: thisgun Date: Thu, 12 Jan 2023 10:43:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=B3=B5=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20=EB=B0=8F=20=EA=B2=BD=EA=B3=A0=EB=AC=B8?= =?UTF-8?q?=EC=9D=B4=20=EB=82=98=EC=98=A4=EB=8A=94=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categoryform.php | 1 - adm/shop_admin/categorylist.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index 88d7357920..d402841150 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -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'=>'', diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index 0ab194a907..201245d71f 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -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; }