diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-29 01:08:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-29 01:08:35 +0000 |
commit | 0a0b067c2404b041454cc7a5fc8cfbbb9ecd6027 (patch) | |
tree | 6c92004820e6dbdf149bcbdbabf1bf060a7b1952 /modules/field/field.attach.inc | |
parent | 67f2c101c1a415afdf40ab02b716e242b57fd5e1 (diff) | |
download | brdo-0a0b067c2404b041454cc7a5fc8cfbbb9ecd6027.tar.gz brdo-0a0b067c2404b041454cc7a5fc8cfbbb9ecd6027.tar.bz2 |
- Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality in field forms.
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index e2726a776..5b5d31ed4 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -452,7 +452,7 @@ function _field_invoke_multiple_default($op, $obj_type, $objects, &$a = NULL, &$ * * // Only for 'single' widgets: * '#theme' => 'field_multiple_value_form', - * '#multiple' => the field cardinality, + * '#cardinality' => the field cardinality, * // One sub-array per copy of the widget, keyed by delta. * 0 => array( * '#title' => the title to be displayed by the widget, |