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@1518 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dd06f40a19
commit
15e58c1c30
1 changed files with 1 additions and 2 deletions
|
|
@ -1369,12 +1369,11 @@
|
|||
// 서명이 없으면 빈 내용을 등록
|
||||
if(!$signature) {
|
||||
$GLOBALS['_transSignatureList'][$member_srl] = $matches[0];
|
||||
return '';
|
||||
|
||||
// 서명이 있으면 글의 내용 다음에 추가
|
||||
} else {
|
||||
|
||||
$document = $matches[0].'<div class="member_signature">'.$signature.'</div>';
|
||||
|
||||
$GLOBALS['_transSignatureList'][$member_srl] = $document;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue