카테고리 팝업 sql 오류 수정
This commit is contained in:
@ -17,7 +17,7 @@ $sql = " select ca_id, ca_name from {$g4['shop_category_table']}
|
|||||||
$sql_where
|
$sql_where
|
||||||
and ca_use = '1'
|
and ca_use = '1'
|
||||||
order by ca_id ";
|
order by ca_id ";
|
||||||
$result = sql_query($hsql);
|
$result = sql_query($sql);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user