shop 테이블명 g5_shop 으로 변경

This commit is contained in:
chicpro
2013-09-13 17:13:41 +09:00
parent 90ee89b4f5
commit fa4034cf82
10 changed files with 9 additions and 11 deletions

View File

@ -149,7 +149,7 @@ $pg_anchor = '<ul class="anchor">
</thead>
<tbody>
<?php
$sql = " select * from {$g5[shop_item_use_table]}
$sql = " select * from {$g5['g5_shop_item_use_table']}
where is_confirm = 0
order by is_id desc
limit $max_limit ";