diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-09 19:02:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-09 19:02:11 +0000 |
commit | 76f35b4ecf1d32573dc126a4914c1e6ef34c3cfc (patch) | |
tree | a12e22f795a55f248766b8bc0e8395dc27d18846 /modules/field/field.api.php | |
parent | e217837372494116fd55b29be985049dee0fd0b1 (diff) | |
download | brdo-76f35b4ecf1d32573dc126a4914c1e6ef34c3cfc.tar.gz brdo-76f35b4ecf1d32573dc126a4914c1e6ef34c3cfc.tar.bz2 |
- Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } /** |