From 1986255b0971c8e681a82b49b2ff45a930fb0513 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 25 Oct 2011 12:29:39 -0700 Subject: Issue #1320576 by amateescu: Fixed hook_field_purge_field_instance() doesn't exist. --- modules/field/field.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/field.api.php') diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 88f9231ac..74eae62ab 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -2531,7 +2531,7 @@ function hook_field_purge_field($field) { * @param $instance * The instance being purged. */ -function hook_field_purge_field_instance($instance) { +function hook_field_purge_instance($instance) { db_delete('my_module_field_instance_info') ->condition('id', $instance['id']) ->execute(); -- cgit v1.2.3