mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
issue 87 userlist in vitual site manager view
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8800 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d415ec3c3
commit
eeb849c836
10 changed files with 384 additions and 3 deletions
|
|
@ -307,6 +307,7 @@
|
|||
function getMembersGroups($member_srls, $site_srl = 0) {
|
||||
$args->member_srls = implode(',',$member_srls);
|
||||
$args->site_srl = $site_srl;
|
||||
$args->sort_index = 'list_order';
|
||||
$output = executeQueryArray('member.getMembersGroups', $args);
|
||||
if(!$output->data) return array();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue