Fix syntax error
This commit is contained in:
parent
f0f66327b9
commit
5770d01c75
@ -792,7 +792,7 @@ class Project extends CommonObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (count($sqlwhere) > 0) {
|
if (count($sqlwhere) > 0) {
|
||||||
$sql .= ' AND ('.implode("'.$filtermode.'", $sqlwhere).')';
|
$sql .= ' AND ('.implode('"'.$filtermode.'"', $sqlwhere).')';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($sortfield)) {
|
if (!empty($sortfield)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user