using $where is now equivalent to $where->text()
This commit is contained in:
@@ -789,6 +789,8 @@ class WhereClause {
|
||||
if ($this->negate) $A = '(NOT ' . $A . ')';
|
||||
return $A;
|
||||
}
|
||||
|
||||
function __toString() { return $this->text(); }
|
||||
}
|
||||
|
||||
class DBTransaction {
|
||||
|
||||
Reference in New Issue
Block a user