#370 bbs 폴더내 PHP_EOL 수정

This commit is contained in:
chicpro
2013-03-11 15:12:21 +09:00
parent e245dc8138
commit 8734364258
7 changed files with 23 additions and 23 deletions

View File

@ -349,7 +349,7 @@ if ($w == '' || $w == 'r') {
// 쓰기 포인트 부여
if ($w == '') {
if ($notice) {
$bo_notice = $wr_id.PHP_EOL.$board['bo_notice'];
$bo_notice = $wr_id."\n".$board['bo_notice'];
sql_query(" update {$g4['board_table']} set bo_notice = '{$bo_notice}' where bo_table = '{$bo_table}' ");
}