설문조사 기타의견 작성시 메일에서 회원아이디가 제대로 노출되지 않던 오류 해결
This commit is contained in:
@ -20,7 +20,7 @@ if ($w == '')
|
||||
|
||||
$name = cut_str($pc_name, $config['cf_cut_name']);
|
||||
$mb_id = '';
|
||||
if ($member[mb_id])
|
||||
if ($member['mb_id'])
|
||||
$mb_id = '('.$member['mb_id'].')';
|
||||
|
||||
// 환경설정의 투표 기타의견 작성시 최고관리자에게 메일발송 사용에 체크되어 있을 경우
|
||||
|
||||
Reference in New Issue
Block a user