? contrib/emaudio/dif
cvs diff: Diffing contrib/emaudio
Index: contrib/emaudio/emaudio.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/emfield/contrib/emaudio/emaudio.module,v
retrieving revision 1.1.4.23
diff -u -p -r1.1.4.23 emaudio.module
--- contrib/emaudio/emaudio.module	19 Nov 2009 16:54:40 -0000	1.1.4.23
+++ contrib/emaudio/emaudio.module	18 May 2010 03:28:34 -0000
@@ -104,15 +104,15 @@ function emaudio_field_formatter_info() 
       'label' => t('Full Size Audio Player'),
       'field types' => $types,
     ),
-    'emaudio_preview' => array(
+    'audio_preview' => array(
       'label' => t('Preview Size Audio Player'),
       'field types' => $types,
     ),
-    'emaudio_thumbnail' => array(
+    'audio_thumbnail' => array(
       'label' => t('Image Thumbnail'),
       'field types' => $types,
     ),
-    'emaudio_embed' => array(
+    'audio_embed' => array(
       'label' => t('Embed Code'),
       'field types' => $types,
     ),
cvs diff: Diffing contrib/emaudio/providers
