사용자: 게시판 타이틀 제목, 페이지까지만

This commit is contained in:
whitedot
2012-12-18 16:18:16 +09:00
parent a7fcdaa363
commit 5cb3786891
4 changed files with 4 additions and 4 deletions

View File

@ -179,7 +179,7 @@ if ($group[gr_use_access])
}
}
$g4['title'] = $title_msg.' > '.$board[bo_subject].' > '.$group[gr_subject];
$g4['title'] = $title_msg.' > '.$board[bo_subject];
if (($w == 'u' || $w == 'r') && !$write[wr_id])
alert('글이 존재하지 않습니다.'.PHP_EOL.PHP_EOL.'삭제되었거나 이동된 경우입니다.', $g4['path']);