mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44dc310709
commit
b4d84cab85
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@
|
|||
|
||||
if($member_srl != $logged_info->member_srl) {
|
||||
// 메일 보내기
|
||||
$info_list[] = sprintf('%s, self, %s', Context::getLang('cmd_send_email'), sprintf('mailto:%s', $email_address));
|
||||
$info_list[] = sprintf('%s, self, %s', Context::getLang('cmd_send_email'), sprintf('mailto:%s <%s>', $user_name, $email_address));
|
||||
}
|
||||
|
||||
// 정보를 저장
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue