Commit dca3c3b7 authored by pookey's avatar pookey

making a comment a little clearer

parent 8edb3a9b
...@@ -102,7 +102,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment