mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@209 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b14df1d3b6
commit
2d6147d518
4 changed files with 26 additions and 8 deletions
|
|
@ -136,6 +136,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
// 로그인한 유저가 작성한 글인데 user_name이 없을 경우
|
||||
if($source_obj->member_srl && !$obj->user_name) {
|
||||
$obj->member_srl = $source_obj->member_srl;
|
||||
$obj->user_name = $source_obj->user_name;
|
||||
$obj->nick_name = $source_obj->nick_name;
|
||||
$obj->email_address = $source_obj->email_address;
|
||||
$obj->homepage = $source_obj->homepage;
|
||||
}
|
||||
|
||||
// DB에 입력
|
||||
$output = $oDB->executeQuery('document.updateDocument', $obj);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue