카테고리 팝업 sql 오류 수정

This commit is contained in:
chicpro
2013-05-09 15:19:19 +09:00
parent 0c7c7d1fd6
commit 44c3f9c4d0

View File

@ -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);
?>
<?php