mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3960 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
993ad00b28
commit
1e548ba050
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@
|
|||
$obj->password = base64_decode($xmlObj->member->password->body);
|
||||
$obj->user_name = base64_decode($xmlObj->member->user_name->body);
|
||||
$obj->nick_name = base64_decode($xmlObj->member->nick_name->body);
|
||||
if(!$obj->user_name) $obj->user_name = $obj->nick_name;
|
||||
$obj->email = base64_decode($xmlObj->member->email->body);
|
||||
$obj->homepage = base64_decode($xmlObj->member->homepage->body);
|
||||
$obj->blog = base64_decode($xmlObj->member->blog->body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue