테이블 변수명에서 yc4_를 shop_로 변경
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?
|
||||
// 배너 출력
|
||||
$sql = " select * from {$g4['yc4_banner_table']}
|
||||
$sql = " select * from {$g4['shop_banner_table']}
|
||||
where '".G4_TIME_YMDHIS."' between bn_begin_time and bn_end_time
|
||||
and bn_position = '$position'
|
||||
order by bn_order, bn_id desc ";
|
||||
|
||||
Reference in New Issue
Block a user