Skip to content
Snippets Groups Projects
Commit fb5980ec authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

No commit message

No commit message
parent 573970c4
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ class DataAccessService_Database
}
//echo "<br/>filter expression $filterExpression";
$filterExpression = str_replace('$filter', $filter, $filterExpression);
$whereParts[] = $filterExpression;
$whereParts[] = '(' . $filterExpression .')';
}
// WHERE RELATION EXPRESSION
......
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