Commit a2299b2a authored by pookey's avatar pookey

refs #170, this adds != support for boolean

parent edaf23df
......@@ -118,6 +118,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition {
case '<':
case '>':
case '=':
case '!=':
if($enumIndex !== false)
$value = $enumIndex;
default:
......
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