mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
게시물/댓글 이전시 회원번호를 0으로 세팅. (-1로 하였는데 불필요)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2307 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5ccb142547
commit
5a6d1d1cf1
1 changed files with 2 additions and 2 deletions
|
|
@ -369,7 +369,7 @@
|
|||
$args->uploaded_count = $xml_doc->document->uploaded_count->body;
|
||||
$args->password = $xml_doc->document->password->body;
|
||||
$args->nick_name = $xml_doc->document->nick_name->body;
|
||||
$args->member_srl = -1;
|
||||
$args->member_srl = 0;
|
||||
$args->user_id = $xml_doc->document->user_id->body;
|
||||
$args->user_name = $xml_doc->document->user_name->body;
|
||||
$args->email_address = $xml_doc->document->email_address->body;
|
||||
|
|
@ -419,7 +419,7 @@
|
|||
$comment_args->nick_name = $val->nick_name->body;
|
||||
$comment_args->user_id = $val->user_id->body;
|
||||
$comment_args->user_name = $val->user_name->body;
|
||||
$comment_args->member_srl = -1;
|
||||
$comment_args->member_srl = 0;
|
||||
$comment_args->email_address = $val->email_address->body;
|
||||
$comment_args->regdate = $val->regdate->body;
|
||||
$comment_args->ipaddress = $val->ipaddress->body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue