WhereClause can't have a __toString() method anymore because of how it's handled in combinatino with preparseQueryParams() now
This commit is contained in:
@@ -813,7 +813,6 @@ class WhereClause {
|
||||
// backwards compatability
|
||||
// we now return full WhereClause object here and evaluate it in preparseQueryParams
|
||||
function text() { return $this; }
|
||||
function __toString() { return $this->text(); }
|
||||
}
|
||||
|
||||
class DBTransaction {
|
||||
|
||||
Reference in New Issue
Block a user