mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18405063 : fixed a bug that updating member removes information from all virtual sites
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6951 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
75a45b4bb8
commit
f342884b24
2 changed files with 2 additions and 0 deletions
|
|
@ -1692,6 +1692,7 @@
|
|||
// 그룹 정보가 있으면 그룹 정보를 변경
|
||||
if($args->group_srl_list) {
|
||||
$group_srl_list = explode('|@|', $args->group_srl_list);
|
||||
$args->site_srl = 0;
|
||||
|
||||
// 일단 해당 회원의 모든 그룹 정보를 삭제
|
||||
$output = executeQuery('member.deleteMemberGroupMember', $args);
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number" />
|
||||
<condition operation="equal" column="group_srl" var="group_srl" filter="number" pipe="and" />
|
||||
<condition operation="equal" column="site_srl" var="site_srl" filter="number" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue