From 76f35b4ecf1d32573dc126a4914c1e6ef34c3cfc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 9 May 2009 19:02:11 +0000 Subject: - Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view(). --- 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 f2da46c45..7971899b8 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -586,7 +586,7 @@ function hook_field_attach_delete_revision($obj_type, $object) { * @param $teaser * Whether to display the teaser only, as on the main page. */ -function hook_field_attach_view($output, $obj_type, $object, $teaser) { +function hook_field_attach_view_alter($output, $obj_type, $object, $teaser) { } /** -- cgit v1.2.3