17192745 마이그레이션시 추가 변수 생성 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4492 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-09-10 06:09:31 +00:00
parent a0f8903af9
commit 420d543853

View file

@ -872,6 +872,7 @@
$val = base64_decode(substr($buff, $pos, strlen($buff)-$pos*2-2));
$obj->{"extra_vars".$index} = $val;
$buff = null;
$index++;
}
}
}