diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-12 06:21:34 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-12 06:21:34 +0000 |
commit | fd1a814f3f506adfcdd2aaa6a42aba3b0f84cbfc (patch) | |
tree | ae91eab6272057c9200bcba429eddef54ced9cb8 /modules | |
parent | 100ec14f14169ec29a805a2563d2385dd0cc6dba (diff) | |
download | brdo-fd1a814f3f506adfcdd2aaa6a42aba3b0f84cbfc.tar.gz brdo-fd1a814f3f506adfcdd2aaa6a42aba3b0f84cbfc.tar.bz2 |
#681994 by chx and litwol: Add more descriptive comments for field_attach_query().
Diffstat (limited to 'modules')
-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...), |