diff options
Diffstat (limited to 'modules/field/field.attach.inc')
-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 1cbefe035..1e7f75543 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -999,8 +999,8 @@ function field_attach_delete_revision($obj_type, $object) { * with all operators below. A FieldQueryException will be raised if an * unsupported condition is specified. * Supported columns: - * - any of the columns for $field_name's field type: condition on field - * value, + * - any of the columns defined in hook_field_schema() for $field_name's + * field type: condition on field value, * - 'type': condition on object type (e.g. 'node', 'user'...), * - 'bundle': condition on object bundle (e.g. node type), * - 'entity_id': condition on object id (e.g node nid, user uid...), |