From a1ac3f6d95bd765ac054f816902c8214a0420caf Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 26 Jun 2011 23:18:53 -0700 Subject: Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and field_create_field() have wrong variable name in doc. --- modules/field/field.attach.inc | 2 +- modules/field/field.crud.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index adfaf46c4..2419201de 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -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. */ /** diff --git a/modules/field/field.crud.inc b/modules/field/field.crud.inc index 339e9c4e3..a6aaab126 100644 --- a/modules/field/field.crud.inc +++ b/modules/field/field.crud.inc @@ -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(). -- cgit v1.2.3