mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1015 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
510648bc0f
commit
0b7a618ba4
3 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
$output = preg_replace_callback('!<div([^\>]*)member_([0-9]*)([^\>]*)>(.*?)\<\/div\>!is', array($oMemberController, 'transImageName'), $output);
|
||||
|
||||
// 2. 출력문서중에 <div class="document_번호">내용</div> 를 찾아서 member_controller::transSignature()를 이용해서 서명을 추가
|
||||
$output = preg_replace_callback('!<div([^\>]*)document_([0-9]*)([^\>]*)>(.*?)\<\/div\>!is', array($oMemberController, 'transSignature'), $output);
|
||||
$output = preg_replace_callback('!<div([^\>]*)after_document_([0-9]*)([^\>]*)>(.*?)\<\/div\>!is', array($oMemberController, 'transSignature'), $output);
|
||||
|
||||
/**
|
||||
* 3 기능 수행 : 시작할때 새쪽지가 왔는지 검사
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue