From 7017ee2dc2bb337a51dbe79decd53bfc304289cf Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 14 Mar 2018 18:38:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=B9=B4=ED=8A=B85=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20=EB=B6=84=EB=A5=98=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=9E=98=EB=AA=BB=EB=90=9C=20=EB=B9=84?= =?UTF-8?q?=EA=B5=90=EB=AC=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categorylist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index dce8cdeab..dc5bb8fcc 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -14,7 +14,7 @@ if ($stx != "") { $sql_search .= " $where $sfl like '%$stx%' "; $where = " and "; } - if ($save_stx != $stx) + if ($save_stx && ($save_stx != $stx)) $page = 1; }