mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
issue 140 add filter member_list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f273c2ce3
commit
b6bacc388e
9 changed files with 62 additions and 6 deletions
11
modules/member/queries/getSiteAdminMemberSrls.xml
Normal file
11
modules/member/queries/getSiteAdminMemberSrls.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getSiteAdminMemberSrls" action="select">
|
||||
<tables>
|
||||
<table name="site_admin" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member_srl" />
|
||||
</columns>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
</groups>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue