mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 1794 remove the birthday in member information.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10991 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
72e620a9b2
commit
9ee4d352d9
1 changed files with 2 additions and 1 deletions
|
|
@ -409,6 +409,7 @@
|
|||
$args->{$val} = str_replace($replaceStr, '', $args->{$val});
|
||||
}
|
||||
}
|
||||
|
||||
// Execute insert or update depending on the value of member_srl
|
||||
$output = $this->updateMember($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
@ -1815,8 +1816,8 @@
|
|||
if(!$args->user_name) $args->user_name = $orgMemberInfo->user_name;
|
||||
if(!$args->user_id) $args->user_id = $orgMemberInfo->user_id;
|
||||
if(!$args->nick_name) $args->nick_name = $orgMemberInfo->nick_name;
|
||||
|
||||
if(!$args->description) $args->description = '';
|
||||
if(!$args->birthday) $args->birthday = '';
|
||||
|
||||
$output = executeQuery('member.updateMember', $args);
|
||||
if(!$output->toBool()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue