? .cache
? .settings
Index: modules/field/field.crud.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.crud.inc,v
retrieving revision 1.46
diff -u -p -r1.46 field.crud.inc
--- modules/field/field.crud.inc	13 Jan 2010 14:06:46 -0000	1.46
+++ modules/field/field.crud.inc	23 Jan 2010 00:22:39 -0000
@@ -423,7 +423,7 @@ function field_update_field($field) {
 
   // Tell the storage engine to update the field. Do this before
   // saving the new definition since it still might fail.
-  module_invoke(variable_get('field_storage_default', 'field_sql_storage'), 'field_storage_update_field', $field, $prior_field, $has_data);
+  module_invoke($storage_type['module'], 'field_storage_update_field', $field, $prior_field, $has_data);
 
   // Save the new field definition. @todo: refactor with
   // field_create_field.
