#365 에 따른 메일 제목에 사이트명 추가 - 지운아빠 ver

This commit is contained in:
whitedot
2013-03-11 16:20:17 +09:00
parent 998094f165
commit 6e41ba1cd0
5 changed files with 7 additions and 7 deletions

View File

@ -561,7 +561,7 @@ if (!($w == 'u' || $w == 'cu') && $config['cf_email_use'] && $board['bo_use_emai
$warr = array( ''=>'입력', 'u'=>'수정', 'r'=>'답변', 'c'=>'코멘트', 'cu'=>'코멘트 수정' );
$str = $warr[$w];
$subject = '"'.$board['bo_subject'].'" 게시판에 '.$str.'글이 올라왔습니다.';
$subject = '['.$config['cf_title'].'] '.$board['bo_subject'].' 게시판에 '.$str.'글이 올라왔습니다.';
$link_url = G4_BBS_URL.'/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id.'&'.$qstr;
include_once(G4_LIB_PATH.'/mailer.lib.php');