diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-12-17 01:36:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-12-17 01:36:04 +0000 |
commit | 1bd3670b300dc35687aa2adc7c3daebaf9e94ab4 (patch) | |
tree | 66abdd9db38e1162f0b197d0bac43a8868659b6f /modules | |
parent | a841e7125904e4bd35fb3de1b9659ab219db1119 (diff) | |
download | brdo-1bd3670b300dc35687aa2adc7c3daebaf9e94ab4.tar.gz brdo-1bd3670b300dc35687aa2adc7c3daebaf9e94ab4.tar.bz2 |
- Patch #998048 by jhodgdon: field_info_field() only works for active fields - document that.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/field.info.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc index 33c43d57b..4a0248ffd 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -605,7 +605,8 @@ function field_info_fields() { * * @param $field_name * The name of the field to retrieve. $field_name can only refer to a - * non-deleted field. + * non-deleted, active field. Use field_read_fields() to retrieve information + * on deleted or inactive fields. * * @return * The field array, as returned by field_read_fields(), with an |