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@770 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
989a7eda1a
commit
77f6a99a9a
1 changed files with 4 additions and 3 deletions
|
|
@ -474,7 +474,6 @@
|
|||
|
||||
// 다른 사람의 아이디를 클릭한 경우
|
||||
} else {
|
||||
|
||||
// 회원의 정보를 구함
|
||||
$member_info = $this->getMemberInfoByMemberSrl($member_srl);
|
||||
$user_id = $member_info->user_id;
|
||||
|
|
@ -491,8 +490,10 @@
|
|||
$info_list[] = sprintf('%s, self, %s', Context::getLang('cmd_view_own_document'), sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $user_id));
|
||||
}
|
||||
|
||||
// 메일 보내기
|
||||
$info_list[] = sprintf('%s, blank, %s', Context::getLang('cmd_send_email'), sprintf('./?module=send_mail&member_srl=%s', $user_id));
|
||||
if($member_srl != $logged_info->member_srl) {
|
||||
// 메일 보내기
|
||||
$info_list[] = sprintf('%s, blank, %s', Context::getLang('cmd_send_email'), sprintf('./?module=send_mail&member_srl=%s', $user_id));
|
||||
}
|
||||
|
||||
// 정보를 저장
|
||||
$this->add("info_list", implode("\n",$info_list));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue