From 101ea0c39c841b2716973ebe2ca47a14b1840b1c Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 12 Jun 2013 17:15:42 +0900 Subject: [PATCH] =?UTF-8?q?#227=20=EB=B6=84=EB=A5=98=20=EA=B2=80=EC=83=89?= =?UTF-8?q?=20=EC=BF=BC=EB=A6=AC=20=EC=98=A4=EB=A5=98=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/coupontarget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/coupontarget.php b/adm/shop_admin/coupontarget.php index 1b9a10033..1e3947131 100644 --- a/adm/shop_admin/coupontarget.php +++ b/adm/shop_admin/coupontarget.php @@ -27,7 +27,7 @@ if($_GET['sch_target'] == 1) { if($_GET['sch_word']) $sql_where .= " and ca_name like '%$sch_word%' "; $sql_select = " select ca_id as t_id, ca_name as t_name "; - $sql_order = " order by ca_came "; + $sql_order = " order by ca_name "; } else { $sql_common = " from {$g4['shop_item_table']} "; $sql_where = " where it_use = '1' ";