$member[mb_id] 변수가 문자열로 출력되는 오류 해결

This commit is contained in:
gnuboard
2013-03-08 13:18:15 +09:00
parent ea3d3f26ea
commit 1bf9a1a577

View File

@ -21,7 +21,7 @@ if ($w == '')
$name = cut_str($pc_name, $config['cf_cut_name']);
$mb_id = '';
if ($member[mb_id])
$mb_id = '($member[mb_id])';
$mb_id = '('.$member['mb_id'].')';
// 환경설정의 투표 기타의견 작성시 최고관리자에게 메일발송 사용에 체크되어 있을 경우
if ($config['cf_email_po_super_admin'])