mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
issue 140 complete member admin view
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4c448b72ed
commit
86e670c613
19 changed files with 1313 additions and 899 deletions
8
modules/member/queries/getDeniedIDs.xml
Normal file
8
modules/member/queries/getDeniedIDs.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getDeniedIDs" action="select">
|
||||
<tables>
|
||||
<table name="member_denied_user_id" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue