From 2ba89e3f2545a713d468e69325c2d0227bd79475 Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 3 Oct 2007 16:30:18 +0000 Subject: [PATCH] KTS-2404 "NOT doesn't always work in search expressions." Fixed. --- search2/search/expr.inc.php | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/search2/search/expr.inc.php b/search2/search/expr.inc.php index fd26ed9..5df228d 100755 --- a/search2/search/expr.inc.php +++ b/search2/search/expr.inc.php @@ -1256,11 +1256,6 @@ class SQLQueryBuilder implements QueryBuilder $query = $this->getSQLEvalExpr($expr); } - if ($expr->not()) - { - $query = "NOT $query"; - } - return $query; } -- libgit2 0.21.4