bo_use 를 bo_pc_mobile 로 명확하게

This commit is contained in:
gnuboard
2013-02-15 18:16:11 +09:00
parent 596acb0d97
commit e34a2128db
8 changed files with 38 additions and 21 deletions

View File

@ -2,9 +2,11 @@
include_once('./_common.php');
if (!$board['bo_table']) {
alert('존재하지 않는 게시판입니다.', G4_PATH);
alert('존재하지 않는 게시판입니다.', G4_URL);
}
check_pc_mobile($board['bo_pc_mobile']);
if (isset($write['wr_is_comment']) && $write['wr_is_comment']) {
goto_url('./board.php?bo_table='.$bo_table.'&wr_id='.$write['wr_parent'].'#c_'.$wr_id);
}