mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@243 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a4e2f31a53
commit
bd1aa25eb6
3 changed files with 12 additions and 4 deletions
|
|
@ -5,9 +5,6 @@
|
|||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" order="desc" />
|
||||
</navigation>
|
||||
|
|
|
|||
11
modules/spamfilter/queries/getDeniedWordList.xml
Normal file
11
modules/spamfilter/queries/getDeniedWordList.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getDeniedWordList" action="select">
|
||||
<tables>
|
||||
<table name="spamfilter_denied_word" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<navigation>
|
||||
<index var="sort_index" order="desc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue