Skip to content
Snippets Groups Projects
Commit bb0d84c2 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge remote branch 'upstream-1.7/develop' into develop

parents becc2a8f a6d84bfb
No related branches found
No related tags found
No related merge requests found
...@@ -813,6 +813,9 @@ class TicketFilter { ...@@ -813,6 +813,9 @@ class TicketFilter {
if($this->vars['subject']) if($this->vars['subject'])
$sql.=" OR (what='subject' AND LOCATE(val, ".db_input($this->vars['subject']).'))'; $sql.=" OR (what='subject' AND LOCATE(val, ".db_input($this->vars['subject']).'))';
# Always include negative-logic rules
$sql.=" OR how IN ('dn_contain', 'not_equal')";
# Also include filters that do not have any rules concerning either # Also include filters that do not have any rules concerning either
# sender-email-addresses or sender-names or subjects # sender-email-addresses or sender-names or subjects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment