E_RECOVERABLE_ERROR 상수 제거 - 더카이님 제보

This commit is contained in:
chicpro
2014-03-27 09:22:37 +09:00
parent eeef799bf7
commit 36b0ad66cf
2 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ include_once(G5_MOBILE_PATH.'/_head.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 <> 'pc' ";
if(!$is_admin)
$sql .= " and bo_use_cert = '' ";