diff options
-rw-r--r-- | modules/field/field.attach.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 6c68c57a3..a7e301957 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -762,8 +762,8 @@ function field_attach_delete_revision($obj_type, $object) { * - '=', '!=', '>', '>=', '<', '<=', 'STARTS_WITH', 'ENDS_WITH', * 'CONTAINS': these operators expect the value as a literal of the same * type as the column, - * - 'IN': this operator expects the value as an array of literals of the - * same type as the column. + * - 'IN', 'NOT IN': this operator expects the value as an array of + * literals of the same type as the column. * - 'BETWEEN': this operator expects the value as an array of two literals * of the same type as the column. * The operator can be ommitted, and will default to 'IN' if the value is |