mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
multi spam word delete
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12537 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
16ee384ac8
commit
2f54254e4a
4 changed files with 18 additions and 16 deletions
|
|
@ -3,6 +3,6 @@
|
|||
<table name="spamfilter_denied_ip" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" notnull="notnull" />
|
||||
<condition operation="in" column="ipaddress" var="ipaddress" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
<table name="spamfilter_denied_word" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="word" var="word" notnull="notnull" />
|
||||
<condition operation="in" column="word" var="word" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue