mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1640 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef531f5eed
commit
3a01cf8eac
9 changed files with 29 additions and 36 deletions
|
|
@ -98,7 +98,7 @@
|
|||
if(!$output->toBool()) {
|
||||
$args->password = md5(getmicrotime());
|
||||
$output = $this->insertMember($args);
|
||||
$this->doLogin($args->user_id);
|
||||
$output = $this->doLogin($args->user_id);
|
||||
}
|
||||
|
||||
// 페이지 이동
|
||||
|
|
@ -896,7 +896,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$oDB->commit();
|
||||
$oDB->commit(true);
|
||||
|
||||
$output->add('member_srl', $args->member_srl);
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue