From 44c3f9c4d0a44d3fbbf980ef1db3cebfe4fc092e Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 15:19:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20sql=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/category.php b/mobile/shop/category.php index ee26441f0..ad6991caf 100644 --- a/mobile/shop/category.php +++ b/mobile/shop/category.php @@ -17,7 +17,7 @@ $sql = " select ca_id, ca_name from {$g4['shop_category_table']} $sql_where and ca_use = '1' order by ca_id "; -$result = sql_query($hsql); +$result = sql_query($sql); ?>