1
0
mirror of synced 2025-01-29 19:41:45 +03:00

making a comment a little clearer

This commit is contained in:
pookey 2008-01-16 23:42:54 +00:00
parent 8edb3a9bc2
commit dca3c3b701

View File

@ -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();