mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-24 15:18:40 +00:00
remove comment
This commit is contained in:
parent
fa5bf4fe24
commit
cf161359c2
|
|
@ -299,8 +299,6 @@ class Grammar extends GrammarAbstract
|
|||
$expression .= '(' . $this->compileWhere($element['column'], $query->getPrefix()) . ')';
|
||||
}
|
||||
|
||||
// todo: handle IN(...) as operator
|
||||
|
||||
if (isset($element['value'])) {
|
||||
$expression .= ' ' . \strtoupper($element['operator']) . ' ' . $this->compileValue($query, $element['value'], $query->getPrefix());
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user