shop 테이블명 g5_shop 으로 변경
This commit is contained in:
@ -22,7 +22,7 @@ $tv_div['img_length'] = 3; // 한번에 보여줄 이미지 수
|
||||
for ($i=1;$i<=$tv_idx;$i++)
|
||||
{
|
||||
$tv_it_id = get_session("ss_tv[$i]");
|
||||
$rowx = sql_fetch(" select it_name from $g5[shop_item_table] where it_id = '$tv_it_id' ");
|
||||
$rowx = sql_fetch(" select it_name from {$g5['g5_shop_item_table']} where it_id = '$tv_it_id' ");
|
||||
$j = $i - 1;
|
||||
if ($j%$tv_div['img_length']==0) $k++;
|
||||
$it_name = get_text(addslashes($rowx['it_name']));
|
||||
|
||||
Reference in New Issue
Block a user