From c4c289b4b29f1b1e29ed3d0d3ec2d973cc5acf6f Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 7 Nov 2013 17:40:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=BC=EB=A6=AC=EB=AC=B8=EC=9D=84=20?= =?UTF-8?q?=ED=95=9C=EC=A4=84=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shop/list.php b/shop/list.php index 16be64208..af9149210 100644 --- a/shop/list.php +++ b/shop/list.php @@ -6,10 +6,7 @@ if (G5_IS_MOBILE) { return; } -$sql = " select * - from {$g5['g5_shop_category_table']} - where ca_id = '$ca_id' - and ca_use = '1' "; +$sql = " select * from {$g5['g5_shop_category_table']} where ca_id = '$ca_id' and ca_use = '1' "; $ca = sql_fetch($sql); if (!$ca['ca_id']) alert('등록된 분류가 없습니다.');