Commit 75eb4a29f1618b99b2adb81ee2f8e7441ff2ea41

Authored by Conrad Vermeulen
1 parent aec77e42

KTS-2404

"NOT doesn't always work in search expressions."
Fixed.

Commited By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7279 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 5 deletions
search2/search/expr.inc.php
... ... @@ -1256,11 +1256,6 @@ class SQLQueryBuilder implements QueryBuilder
1256 1256 $query = $this->getSQLEvalExpr($expr);
1257 1257 }
1258 1258  
1259   - if ($expr->not())
1260   - {
1261   - $query = "NOT $query";
1262   - }
1263   -
1264 1259 return $query;
1265 1260 }
1266 1261  
... ...