diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-06 19:10:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-06 19:10:01 +0000 |
commit | 3b4213ce79b76a05015735c261097717b70b3918 (patch) | |
tree | 4da71ea39468abd6ff872d892f697447c24904a6 | |
parent | e9b4be598aa141896a68e21193d799a7713ed40c (diff) | |
download | brdo-3b4213ce79b76a05015735c261097717b70b3918.tar.gz brdo-3b4213ce79b76a05015735c261097717b70b3918.tar.bz2 |
- Patch #511486 by yched: updated documentation.
-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 |