Skip to content

Commit 33bb0bf

Browse files
committed
Revert #183
1 parent 7ee174f commit 33bb0bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,6 @@ protected function convertFilter($field, $comparator, $value) {
11731173
return array('! BETWEEN ? AND ?',$field,$v[0],$v[1]);
11741174
case 'in': return array('! IN ?',$field,explode(',',$value));
11751175
case 'is': return array('! IS NULL',$field);
1176-
case 'ne': return array('! <> ?',$field,$value);
11771176
}
11781177
} else {
11791178
switch ($comparator) {

0 commit comments

Comments
 (0)