mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1460 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7d23749ee7
commit
5004783084
2 changed files with 3 additions and 1 deletions
|
|
@ -1314,6 +1314,8 @@
|
|||
**/
|
||||
function transImageName($matches) {
|
||||
$member_srl = $matches[2];
|
||||
if($member_srl<0) return $matches[4];
|
||||
|
||||
$text = $matches[4];
|
||||
if(!$member_srl) return $matches[0];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue