변수형 일시를 상수형 일시로 수정

This commit is contained in:
gnuboard
2013-02-12 14:11:04 +09:00
parent c0de3ea2b4
commit 957ee8438d
50 changed files with 103 additions and 108 deletions

View File

@ -1,7 +1,7 @@
<?
// 배너 출력
$sql = " select * from $g4[shop_banner_table]
where '$g4[time_ymdhis]' between bn_begin_time and bn_end_time
where '".G4_TIME_YMDHIS."' between bn_begin_time and bn_end_time
and bn_position = '$position'
order by bn_order, bn_id desc ";
$result = sql_query($sql);