php 7.2 버전에서 오류 나는 코드 수정

This commit is contained in:
thisgun
2017-12-04 15:56:59 +09:00
parent 9f89455b3c
commit 6c4353fffe
8 changed files with 41 additions and 17 deletions

View File

@ -28,9 +28,9 @@ include_once(G5_LIB_PATH.'/latest.lib.php');
<?php
// 최신글
$sql = " select bo_table, bo_subject
from {$g5[board_table]}
from {$g5['board_table']}
where gr_id = '{$gr_id}'
and bo_list_level <= '{$member[mb_level]}'
and bo_list_level <= '{$member['mb_level']}'
and bo_device <> 'mobile' ";
if(!$is_admin)
$sql .= " and bo_use_cert = '' ";