mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
게시글관리(이동/삭제)시에 쪽지내용 기입시 쪽지를 발송하는 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2022 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
42b44c37fc
commit
28ea10dae4
3 changed files with 35 additions and 2 deletions
|
|
@ -112,7 +112,8 @@
|
|||
if($logged_info->member_srl == $this->get('member_srl')) return;
|
||||
|
||||
// 변수 정리
|
||||
$title = sprintf("[%s] %s", $type, cut_str(strip_tags($content), 10, '...') );
|
||||
if($type) $title = "[".$type."] ";
|
||||
$title .= cut_str(strip_tags($content), 10, '...');
|
||||
$content = sprintf('%s<br /><br />from : <a href="%s" onclick="window.open(this.href);return false;">%s</a>',$content, $this->getPermanentUrl(), $this->getPermanentUrl());
|
||||
$receiver_srl = $this->get('member_srl');
|
||||
$sender_member_srl = $logged_info->member_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue