Fix syntax error

This commit is contained in:
Milen Karaganski 2022-12-07 17:57:43 +02:00
parent f0f66327b9
commit 5770d01c75

View File

@ -792,7 +792,7 @@ class Project extends CommonObject
}
}
if (count($sqlwhere) > 0) {
$sql .= ' AND ('.implode("'.$filtermode.'", $sqlwhere).')';
$sql .= ' AND ('.implode('"'.$filtermode.'"', $sqlwhere).')';
}
if (!empty($sortfield)) {