mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#18800532 데이터 이전시 비추천수 누락 추가(코어부분)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7055c19083
commit
5cb086f8bd
1 changed files with 2 additions and 0 deletions
|
|
@ -599,6 +599,7 @@
|
|||
$obj->content = base64_decode($xmlDoc->post->content->body);
|
||||
$obj->readed_count = base64_decode($xmlDoc->post->readed_count->body);
|
||||
$obj->voted_count = base64_decode($xmlDoc->post->voted_count->body);
|
||||
$obj->blamed_count = base64_decode($xmlDoc->post->blamed_count->body);
|
||||
$obj->password = base64_decode($xmlDoc->post->password->body);
|
||||
$obj->user_name = base64_decode($xmlDoc->post->user_name->body);
|
||||
$obj->nick_name = base64_decode($xmlDoc->post->nick_name->body);
|
||||
|
|
@ -782,6 +783,7 @@
|
|||
$obj->notify_message = base64_decode($xmlDoc->comment->notify_message->body)=='Y'?'Y':'N';
|
||||
$obj->content = base64_decode($xmlDoc->comment->content->body);
|
||||
$obj->voted_count = base64_decode($xmlDoc->comment->voted_count->body);
|
||||
$obj->blamed_count = base64_decode($xmlDoc->comment->blamed_count->body);
|
||||
$obj->password = base64_decode($xmlDoc->comment->password->body);
|
||||
$obj->user_name =base64_decode($xmlDoc->comment->user_name->body);
|
||||
$obj->nick_name = base64_decode($xmlDoc->comment->nick_name->body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue