목록에서 파일 사용 옵션 추가 - 목록에서 파일을 매번 읽어오지 않으므로 속도가 좀더 빨라짐

This commit is contained in:
gnuboard
2013-06-25 17:56:40 +09:00
parent 5bc81f27a9
commit 19e97bac5d
5 changed files with 49 additions and 13 deletions

View File

@ -107,7 +107,7 @@ if ($is_member) {
$nogood_href = './good.php?bo_table='.$bo_table.'&wr_id='.$wr_id.'&good=nogood';
}
$view = get_view($write, $board, $board_skin_path, 255);
$view = get_view($write, $board, $board_skin_path);
if (strstr($sfl, 'subject'))
$view['subject'] = search_font($stx, $view['subject']);