diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-20 22:38:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-20 22:38:05 +0000 |
commit | 8b752bc1119d5e0da9a90d1c4ef22381c3f07184 (patch) | |
tree | 0d004b90275b0cc9cdc14c1ff54b12adab1bafed | |
parent | 1064309c0afc26285387805ab0b3909d746645c1 (diff) | |
download | brdo-8b752bc1119d5e0da9a90d1c4ef22381c3f07184.tar.gz brdo-8b752bc1119d5e0da9a90d1c4ef22381c3f07184.tar.bz2 |
- Patch #612894 by David_Rothstein: fixed parse error.
-rw-r--r-- | modules/field/field.info.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc index 4921fdaee..520f012a0 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -359,6 +359,7 @@ function _field_info_prepare_instance_widget($field, $widget) { return $widget; } +/** * Determines the behavior of a widget with respect to an operation. * * @param $op |