Skip to content

Commit

Permalink
Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topi…
Browse files Browse the repository at this point in the history
…c and field_create_field() have wrong variable name in doc.
  • Loading branch information
webchick committed Jun 27, 2011
1 parent 75c8f57 commit a1ac3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/field/field.attach.inc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FieldValidationException extends FieldException {
* such as a cloud-based database.
*
* Each field defines which storage backend it uses. The Drupal system variable
* 'field_default_storage' identifies the storage backend used by default.
* 'field_storage_default' identifies the storage backend used by default.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/field/field.crud.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* - settings: each omitted setting is given the default value defined in
* hook_field_info().
* - storage:
* - type: the storage backend specified in the 'field_default_storage'
* - type: the storage backend specified in the 'field_storage_default'
* system variable.
* - settings: each omitted setting is given the default value specified in
* hook_field_storage_info().
Expand Down

0 comments on commit a1ac3f6

Please sign in to comment.