making a comment a little clearer
This commit is contained in:
parent
8edb3a9bc2
commit
dca3c3b701
@ -102,7 +102,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition
|
||||
} elseif (substr($trimmed, 0, 4) == 'SQL:') {
|
||||
$value = '(' . substr($trimmed, 4) . ')';
|
||||
} else {
|
||||
// simple in expression found
|
||||
// simple IN expression found
|
||||
$e = $this->_tokenizer->sqlExplode($trimmed, ',');
|
||||
|
||||
$value = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user