git-svn-id: http://xe-core.googlecode.com/svn/trunk@1460 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-18 04:01:50 +00:00
parent 7d23749ee7
commit 5004783084
2 changed files with 3 additions and 1 deletions

View file

@ -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];