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:
ovclas 2013-01-11 08:34:18 +00:00
parent 16ee384ac8
commit 2f54254e4a
4 changed files with 18 additions and 16 deletions

View file

@ -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>

View file

@ -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>