mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 160 fixed syntax bug
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9125 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0185574302
commit
40f18aa55e
1 changed files with 1 additions and 1 deletions
|
|
@ -1571,7 +1571,7 @@
|
|||
elseif(!$args->password) unset($args->password);
|
||||
|
||||
if (!$args->user_id) $args->user_id = 't'.$args->member_srl;
|
||||
if (!$args->user_name) $args->user_name = $args->member_srl
|
||||
if (!$args->user_name) $args->user_name = $args->member_srl;
|
||||
|
||||
$output = executeQuery('member.insertMember', $args);
|
||||
if(!$output->toBool()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue