영카트5 모바일에서 팝업레이어 내용이 빠짐

This commit is contained in:
thisgun
2014-02-14 15:17:07 +09:00
parent dcb75a7735
commit d0a6d158d2
4 changed files with 2 additions and 57 deletions

View File

@ -5,7 +5,7 @@ $sql = " select * from {$g5['new_win_table']}
where '".G5_TIME_YMDHIS."' between nw_begin_time and nw_end_time
and nw_device IN ( 'both', 'pc' )
order by nw_id asc ";
$result = sql_query($sql);
$result = sql_query($sql, false);
for ($i=0; $row_nw=sql_fetch_array($result); $i++)
{
// 이미 체크 되었다면 Continue