1
0
mirror of synced 2025-01-30 12:01:44 +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:') { } elseif (substr($trimmed, 0, 4) == 'SQL:') {
$value = '(' . substr($trimmed, 4) . ')'; $value = '(' . substr($trimmed, 4) . ')';
} else { } else {
// simple in expression found // simple IN expression found
$e = $this->_tokenizer->sqlExplode($trimmed, ','); $e = $this->_tokenizer->sqlExplode($trimmed, ',');
$value = array(); $value = array();