diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-24 17:39:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-24 17:39:35 +0000 |
commit | a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b (patch) | |
tree | 9194465a044c0fdad447eba2906f0472a4dff515 /modules/field/field.crud.inc | |
parent | a5f42fd007bf3646261b431c52cde53657e21564 (diff) | |
download | brdo-a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b.tar.gz brdo-a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b.tar.bz2 |
- Patch #471070 by stella: millions of code style fixes.
Diffstat (limited to 'modules/field/field.crud.inc')
-rw-r--r-- | modules/field/field.crud.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/field/field.crud.inc b/modules/field/field.crud.inc index 5e7d20c69..aad0e9aa8 100644 --- a/modules/field/field.crud.inc +++ b/modules/field/field.crud.inc @@ -70,7 +70,7 @@ * as Schema API index specifications. Only columns that appear in the * 'columns' setting are allowed. Note that field types can specify * default indexes, which can be modified or added to when - * creating a field. + * creating a field. * - settings (array) * A sub-array of key/value pairs of field-type-specific settings. Each * field type module defines and documents its own field settings. @@ -155,7 +155,7 @@ * the display formatter used in this context. * - module (string, read-only) * The name of the module which implements the display formatter. - * - example_context_2 + * - example_context_2 * - ... * * TODO D7 : document max length for field types, widget types, @@ -194,7 +194,7 @@ * definition of a field-type index by providing an index with the * same name, or to remove it by redefining it as an empty array * of columns. Overriding field-type indexes should be done - * carefully, for it might seriously affect the site's performance. + * carefully, for it might seriously affect the site's performance. * - settings: each omitted setting is given the default value defined in * hook_field_info(). * @throw |