#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:
haneul 2009-11-17 09:15:35 +00:00
parent 75a45b4bb8
commit f342884b24
2 changed files with 2 additions and 0 deletions

View file

@ -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);