mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
포인트 레벨 아이콘 사용시 서명부분이 깨어지는 버그 수정.. 다시 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2043 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ca76c1d88
commit
79b523cf5a
2 changed files with 1 additions and 2 deletions
|
|
@ -13,5 +13,5 @@
|
|||
if($called_position != "before_display_content") return;
|
||||
|
||||
$oPointController = &getController('point');
|
||||
$output = preg_replace_callback('!<(div|span)([^\>]*)member_([0-9\-]*)([^\>]*)>(.*?)\<\/(div|span)\>!is', array($oPointController, 'transLevelIcon'), $output);
|
||||
$output = preg_replace_callback('!<(div|span)([^\>]*)member_([0-9\-]+)([^\>]*)>(.*?)\<\/(div|span)\>!is', array($oPointController, 'transLevelIcon'), $output);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@
|
|||
if(!$this->oPointModel) $this->oPointModel = &getModel('point');
|
||||
|
||||
$member_srl = $matches[3];
|
||||
if(!is_int($member_srl)) return $matches[0];
|
||||
if($this->member_code[$member_srl]) return $this->member_code[$member_srl];
|
||||
|
||||
$point = $this->oPointModel->getPoint($member_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue