From 7fb23df09da4a6a8dd0e7321b254d9c06f49aa1b Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 12 Apr 2013 14:48:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90:=20=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=B6=84=EB=A5=98=EA=B4=80=EB=A6=AC=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/categorylist.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index 25bf877e0..a4e4458c4 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -48,8 +48,12 @@ $sql = " select * limit $from_record, $rows "; $result = sql_query($sql); -//$qstr = "page=".$page."&sort1=".$sort1."&sort2=".$sort2; -$qstr = $qstr."&sca=".$sca."&page=".$page."&save_stx=".$stx; +//$qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2; +$qstr = $qstr.'&sca='.$sca.'&page='.$page.'&save_stx='.$stx; + +$listall = ''; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 + $listall = '전체목록'; ?>